Commit 329763b 1 parent c0e0208 commit 329763b Copy full SHA for 329763b
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v1.0.3] ( https://github.com/hirose31/s3surfer/compare/v1.0.2...v1.0.3 ) (2021-12-17)
2
+
3
+ * Introduce --endpoint-url option [ #7 ] ( https://github.com/hirose31/s3surfer/pull/7 ) ([ kazeburo] ( https://github.com/kazeburo ) )
4
+ * Topic/delete for loop [ #6 ] ( https://github.com/hirose31/s3surfer/pull/6 ) ([ gongqi-zhen] ( https://github.com/gongqi-zhen ) )
5
+
1
6
## [ v1.0.2] ( https://github.com/hirose31/s3surfer/compare/v1.0.1...v1.0.2 ) (2021-10-27)
2
7
3
8
* Handle odd object key [ #5 ] ( https://github.com/hirose31/s3surfer/pull/5 ) ([ 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.2 "
15
+ const version = "1.0.3 "
16
16
17
17
var revision = "HEAD"
18
18
You can’t perform that action at this time.
0 commit comments