Skip to content

Commit

Permalink
🎉 Release 1.3.0 (#197)
Browse files Browse the repository at this point in the history
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `1.3.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

##
[1.3.0](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.3.0)
- 2024-07-18

### 📈 Enhancement

- Support skipping upload if file already exists
[[#201](#201)]

### 🐛 Bug Fixes

- Fix env var parsing with urfave/cli v2
[[#198](#198)]

### Misc

- fix(deps): update module github.com/aws/aws-sdk-go to v1.54.20
[[#203](#203)]
  • Loading branch information
woodpecker-bot authored Jul 18, 2024
1 parent ae547ab commit c08054b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.3.0) - 2024-07-18

### ❤️ Thanks to all contributors! ❤️

@6543, @pat-s

### 📈 Enhancement

- Support skipping upload if file already exists [[#201](https://github.com/woodpecker-ci/plugin-s3/pull/201)]

### 🐛 Bug Fixes

- Fix env var parsing with urfave/cli v2 [[#198](https://github.com/woodpecker-ci/plugin-s3/pull/198)]

### Misc

- fix(deps): update module github.com/aws/aws-sdk-go to v1.54.20 [[#203](https://github.com/woodpecker-ci/plugin-s3/pull/203)]

## [1.2.1](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.2.1) - 2024-06-19

### ❤️ Thanks to all contributors! ❤️
Expand Down

0 comments on commit c08054b

Please sign in to comment.