Skip to content

Commit

Permalink
bump up version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Dec 17, 2021
1 parent c0e0208 commit 329763b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v1.0.3](https://github.com/hirose31/s3surfer/compare/v1.0.2...v1.0.3) (2021-12-17)

* Introduce --endpoint-url option [#7](https://github.com/hirose31/s3surfer/pull/7) ([kazeburo](https://github.com/kazeburo))
* Topic/delete for loop [#6](https://github.com/hirose31/s3surfer/pull/6) ([gongqi-zhen](https://github.com/gongqi-zhen))

## [v1.0.2](https://github.com/hirose31/s3surfer/compare/v1.0.1...v1.0.2) (2021-10-27)

* Handle odd object key [#5](https://github.com/hirose31/s3surfer/pull/5) ([hirose31](https://github.com/hirose31))
Expand Down
2 changes: 1 addition & 1 deletion cmd/s3surfer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hirose31/s3surfer/pkg/c"
)

const version = "1.0.2"
const version = "1.0.3"

var revision = "HEAD"

Expand Down

0 comments on commit 329763b

Please sign in to comment.