Skip to content

Commit ade9b35

Browse files
committed
bump up version to 1.0.2
1 parent f5de05d commit ade9b35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v1.0.2](https://github.com/hirose31/s3surfer/compare/v1.0.1...v1.0.2) (2021-10-27)
2+
3+
* Handle odd object key [#5](https://github.com/hirose31/s3surfer/pull/5) ([hirose31](https://github.com/hirose31))
4+
* Decide default region by LANG [#4](https://github.com/hirose31/s3surfer/pull/4) ([hirose31](https://github.com/hirose31))
5+
* Show startup message [#3](https://github.com/hirose31/s3surfer/pull/3) ([hirose31](https://github.com/hirose31))
6+
17
## [v1.0.1](https://github.com/hirose31/s3surfer/compare/v1.0.0...v1.0.1) (2021-10-26)
28

39
* Ignore gosec G307 [#2](https://github.com/hirose31/s3surfer/pull/2) ([hirose31](https://github.com/hirose31))

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.1"
15+
const version = "1.0.2"
1616

1717
var revision = "HEAD"
1818

0 commit comments

Comments
 (0)