Skip to content

Commit

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

* Prepare to release v1.0.4 [#10](https://github.com/hirose31/s3surfer/pull/10) ([hirose31](https://github.com/hirose31))
* Support Windows [#9](https://github.com/hirose31/s3surfer/pull/9) ([mattn](https://github.com/mattn))
* Add --region and --path-style for other S3 compatible services [#8](https://github.com/hirose31/s3surfer/pull/8) ([mattn](https://github.com/mattn))

## [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))
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.3"
const version = "1.0.4"

var revision = "HEAD"

Expand Down

0 comments on commit 5786706

Please sign in to comment.