We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7aca5 + c242ff3 commit 8402881Copy full SHA for 8402881
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [v1.0.1](https://github.com/wgpsec/lc/releases/tag/v1.0.1) 2024.5.15
4
+
5
+* 支持列出移动云 EOS 对象存储服务
6
+* 修复了一个 Bug
7
8
## [v1.0.0](https://github.com/wgpsec/lc/releases/tag/v1.0.0) 2024.4.20
9
10
* 支持列出阿里云 RDS 数据库服务
cmd/banner.go
@@ -10,8 +10,8 @@ const banner = `
/_____/_/____/\__/ \____/_/\____/\__,_/\__,_/
11
`
12
13
-const version = "1.0.0"
14
-const versionDate = "2024-4-20"
+const version = "1.0.1"
+const versionDate = "2024-5-15"
15
16
func showBanner() {
17
gologger.Print().Msgf("%s\n", banner)
0 commit comments