From acc37de956c49efe30fa43a9f5cdc70b82f2a1af Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 24 Feb 2025 10:07:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=200.3.2=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 `0.3.2` 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. ## Options - [ ] Mark this version as a release candidate ## [0.3.2](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.3.2) - 2025-02-24 ### 🐛 Bug Fixes - fix filename typo for release helper [[#33](https://gitea.ocram85.com/plugins/gitea-package/pulls/33)] ### 🤖 Dependency - chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 [[#31](https://gitea.ocram85.com/plugins/gitea-package/pulls/31)] - chore(deps): update curlimages/curl docker tag to v8.12.1 [[#30](https://gitea.ocram85.com/plugins/gitea-package/pulls/30)] ### 📦 Build - migrate to Woodpecker-CI 3 pipelines [[#28](https://gitea.ocram85.com/plugins/gitea-package/pulls/28)] ### ⚙️ Meta - fix vscode settings [[#32](https://gitea.ocram85.com/plugins/gitea-package/pulls/32)] Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/29 Reviewed-by: OCram85 Co-authored-by: oauth Co-committed-by: oauth --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97578a..7dbc379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ - +# Changelog + +## [0.3.2](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.3.2) - 2025-02-24 + +### ❤️ Thanks to all contributors! ❤️ + +@OCram85, @renovate + +### 🐛 Bug Fixes + +- fix filename typo for release helper [[#33](https://gitea.ocram85.com/plugins/gitea-package/pulls/33)] + +### 🤖 Dependency + +- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 [[#31](https://gitea.ocram85.com/plugins/gitea-package/pulls/31)] +- chore(deps): update curlimages/curl docker tag to v8.12.1 [[#30](https://gitea.ocram85.com/plugins/gitea-package/pulls/30)] + +### 📦 Build + +- migrate to Woodpecker-CI 3 pipelines [[#28](https://gitea.ocram85.com/plugins/gitea-package/pulls/28)] + +### ⚙️ Meta + +- fix vscode settings [[#32](https://gitea.ocram85.com/plugins/gitea-package/pulls/32)] ## [v0.3.1](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.3.1) - 2025-01-17