We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8c469 commit cafe129Copy full SHA for cafe129
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [v1.0.6](https://github.com/hirose31/s3surfer/compare/v1.0.5...v1.0.6) (2023-02-24)
2
+
3
+* Upgrade golang.org/x/text [#13](https://github.com/hirose31/s3surfer/pull/13) ([hirose31](https://github.com/hirose31))
4
+* Pass make lint security [#12](https://github.com/hirose31/s3surfer/pull/12) ([hirose31](https://github.com/hirose31))
5
6
## [v1.0.5](https://github.com/hirose31/s3surfer/compare/v1.0.4...v1.0.5) (2022-04-28)
7
8
cmd/s3surfer/main.go
@@ -12,7 +12,7 @@ import (
12
"github.com/hirose31/s3surfer/pkg/c"
13
)
14
15
-const version = "1.0.5"
+const version = "1.0.6"
16
17
var revision = "HEAD"
18
0 commit comments