Skip to content

Commit 8402881

Browse files
authored
Merge pull request #14 from wgpsec/dev
docs: update readme
2 parents cb7aca5 + c242ff3 commit 8402881

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [v1.0.1](https://github.com/wgpsec/lc/releases/tag/v1.0.1) 2024.5.15
4+
5+
* 支持列出移动云 EOS 对象存储服务
6+
* 修复了一个 Bug
7+
38
## [v1.0.0](https://github.com/wgpsec/lc/releases/tag/v1.0.0) 2024.4.20
49

510
* 支持列出阿里云 RDS 数据库服务

cmd/banner.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const banner = `
1010
/_____/_/____/\__/ \____/_/\____/\__,_/\__,_/
1111
`
1212

13-
const version = "1.0.0"
14-
const versionDate = "2024-4-20"
13+
const version = "1.0.1"
14+
const versionDate = "2024-5-15"
1515

1616
func showBanner() {
1717
gologger.Print().Msgf("%s\n", banner)

0 commit comments

Comments
 (0)