Commit ade9b35 1 parent f5de05d commit ade9b35 Copy full SHA for ade9b35
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ v1.0.1] ( https://github.com/hirose31/s3surfer/compare/v1.0.0...v1.0.1 ) (2021-10-26)
2
8
3
9
* Ignore gosec G307 [ #2 ] ( https://github.com/hirose31/s3surfer/pull/2 ) ([ hirose31] ( https://github.com/hirose31 ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/hirose31/s3surfer/pkg/c"
13
13
)
14
14
15
- const version = "1.0.1 "
15
+ const version = "1.0.2 "
16
16
17
17
var revision = "HEAD"
18
18
You can’t perform that action at this time.
0 commit comments