We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da37002 commit dc61c07Copy full SHA for dc61c07
CHANGELOG.md
@@ -1 +1,6 @@
1
+## [v1.0.1](https://github.com/hirose31/s3surfer/compare/v1.0.0...v1.0.1) (2021-10-26)
2
+
3
+* Ignore gosec G307 [#2](https://github.com/hirose31/s3surfer/pull/2) ([hirose31](https://github.com/hirose31))
4
+* Fix abort when --bucket option specified [#1](https://github.com/hirose31/s3surfer/pull/1) ([hirose31](https://github.com/hirose31))
5
6
## [v1.0.0](https://github.com/hirose31/s3surfer/compare/b42907131c11...v1.0.0) (2021-10-25)
cmd/s3surfer/main.go
@@ -12,7 +12,7 @@ import (
12
"github.com/hirose31/s3surfer/pkg/c"
13
)
14
15
-const version = "1.0.0"
+const version = "1.0.1"
16
17
var revision = "HEAD"
18
0 commit comments