Skip to content

Commit dc61c07

Browse files
committed
bump up version to 1.0.1
1 parent da37002 commit dc61c07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [v1.0.0](https://github.com/hirose31/s3surfer/compare/b42907131c11...v1.0.0) (2021-10-25)

cmd/s3surfer/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/hirose31/s3surfer/pkg/c"
1313
)
1414

15-
const version = "1.0.0"
15+
const version = "1.0.1"
1616

1717
var revision = "HEAD"
1818

0 commit comments

Comments
 (0)