Skip to content

Commit

Permalink
Merge pull request #14 from wgpsec/dev
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
teamssix authored May 15, 2024
2 parents cb7aca5 + c242ff3 commit 8402881
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.0.1](https://github.com/wgpsec/lc/releases/tag/v1.0.1) 2024.5.15

* 支持列出移动云 EOS 对象存储服务
* 修复了一个 Bug

## [v1.0.0](https://github.com/wgpsec/lc/releases/tag/v1.0.0) 2024.4.20

* 支持列出阿里云 RDS 数据库服务
Expand Down
4 changes: 2 additions & 2 deletions cmd/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const banner = `
/_____/_/____/\__/ \____/_/\____/\__,_/\__,_/
`

const version = "1.0.0"
const versionDate = "2024-4-20"
const version = "1.0.1"
const versionDate = "2024-5-15"

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

0 comments on commit 8402881

Please sign in to comment.