Skip to content

Commit

Permalink
bump to v0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Oct 15, 2023
1 parent a1bd9e5 commit 70ecbff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

- v0.5.18
- v0.5.21
- security patch: bump golang.org/x/net from 0.15.0 to 0.17.0, and more
- fixed a bug from errors.v3
- upgrade deps

- v0.5.19
- upgrade deps
- fixed: `StripOrderPrefix`, ...

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ All things you need to do is entering the golang project directory and entering

## History

- v0.5.18
- v0.5.21
- security patch: bump golang.org/x/net from 0.15.0 to 0.17.0, and more
- fixed a bug from errors.v3
- upgrade deps

- v0.5.19
- upgrade deps
- fixed: `StripOrderPrefix`, ...

Expand Down
2 changes: 1 addition & 1 deletion cli/bgo/cmdr/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmdr
//goland:noinspection GoNameStartsWithPackageName,GoUnusedConst
const (
appName = "bgo"
version = "0.5.19"
version = "0.5.21"
copyright = "bgo - A super easy way to build your go apps - cmdr series"
desc = "bgo provides a super easy way to build your go apps"
longDesc = `bgo provides a super easy way to build your go apps.
Expand Down

0 comments on commit 70ecbff

Please sign in to comment.