Skip to content

Commit 329763b

Browse files
committed
bump up version to 1.0.3
1 parent c0e0208 commit 329763b

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,3 +1,8 @@
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+
16
## [v1.0.2](https://github.com/hirose31/s3surfer/compare/v1.0.1...v1.0.2) (2021-10-27)
27

38
* Handle odd object key [#5](https://github.com/hirose31/s3surfer/pull/5) ([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.2"
15+
const version = "1.0.3"
1616

1717
var revision = "HEAD"
1818

0 commit comments

Comments
 (0)