From dc61c072e0d246d5098d427c8c43521b2ce28ddc Mon Sep 17 00:00:00 2001 From: HIROSE Masaaki Date: Tue, 26 Oct 2021 14:25:16 +0900 Subject: [PATCH] bump up version to 1.0.1 --- CHANGELOG.md | 5 +++++ cmd/s3surfer/main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ed46a..be748b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,6 @@ +## [v1.0.1](https://github.com/hirose31/s3surfer/compare/v1.0.0...v1.0.1) (2021-10-26) + +* Ignore gosec G307 [#2](https://github.com/hirose31/s3surfer/pull/2) ([hirose31](https://github.com/hirose31)) +* Fix abort when --bucket option specified [#1](https://github.com/hirose31/s3surfer/pull/1) ([hirose31](https://github.com/hirose31)) + ## [v1.0.0](https://github.com/hirose31/s3surfer/compare/b42907131c11...v1.0.0) (2021-10-25) diff --git a/cmd/s3surfer/main.go b/cmd/s3surfer/main.go index bf61f32..4672d79 100644 --- a/cmd/s3surfer/main.go +++ b/cmd/s3surfer/main.go @@ -12,7 +12,7 @@ import ( "github.com/hirose31/s3surfer/pkg/c" ) -const version = "1.0.0" +const version = "1.0.1" var revision = "HEAD"