From 681804c5e4cd162485ff34d2f4b4a29c5a74c991 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 11 Apr 2025 22:37:18 +0000 Subject: [PATCH] chore(release): prepare for v0.2.0 --- CHANGELOG.md | 79 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d03ba3b..0dad451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2025-04-11 + +### 🚀 Features + +- Add timeout configuration to golangci-lint +- Add setup method for privilege event consumers + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.10.0 +- *(ci)* Update go image to amd64 architecture version +- *(deps)* Update module github.com/sparetimecoders/goamqp to v0.3.2 + +### 🚜 Refactor + +- *(ci)* Remove pre-commit job and add new template + ## [0.1.4] - 2024-10-05 ### 🐛 Bug Fixes @@ -9,6 +26,10 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/stretchr/testify to v1.9.0 - *(deps)* Update module github.com/sparetimecoders/goamqp to v0.3.1 +### 💼 Other + +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.1 to 0.3.0 + ### ⚙️ Miscellaneous Tasks - Update to Go 1.21.6 @@ -18,16 +39,18 @@ All notable changes to this project will be documented in this file. - Add release flow - Remove old release job -### Build - -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.1 to 0.3.0 - ## [0.1.3] - 2023-12-26 ### 🐛 Bug Fixes - Prohibit concurrent read/write +### 💼 Other + +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.4 to 0.1.5 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.5 to 0.2.0 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.0 to 0.2.1 + ### ⚙️ Miscellaneous Tasks - Update Go version @@ -40,30 +63,32 @@ All notable changes to this project will be documented in this file. - Update to go 1.21.3 and remove patch level - Update version of Go -### Build - -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.4 to 0.1.5 -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.5 to 0.2.0 -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.2.0 to 0.2.1 - ## [0.1.2] - 2023-06-04 +### 💼 Other + +- *(deps)* Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 +- *(deps)* Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 + ### ⚙️ Miscellaneous Tasks - Update pre-commit and fix golangci-lint - Update golangci-lint -### Build - -- *(deps)* Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 -- *(deps)* Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 - ## [0.1.1] - 2023-05-11 ### 🐛 Bug Fixes - Run builds with Go 1.19.2 to fix vulnerabilities +### 💼 Other + +- *(deps)* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.2 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.2 to 0.1.3 +- *(deps)* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 +- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.3 to 0.1.4 + ### ⚙️ Miscellaneous Tasks - Add vulnerability-check @@ -78,28 +103,13 @@ All notable changes to this project will be documented in this file. - Update to Go 1.20.3 - Update Go version and fix gitlabci lint -### Build - -- *(deps)* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.2 -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.2 to 0.1.3 -- *(deps)* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 -- *(deps)* Bump github.com/sparetimecoders/goamqp from 0.1.3 to 0.1.4 - ## [0.1.0] - 2022-07-20 ### 🐛 Bug Fixes - Pipeline -### ⚙️ Miscellaneous Tasks - -- Add dependabot config -- Remove dependabot-standalone -- Change to codecov binary instead of bash uploader -- Switch to moved goamqp - -### Build +### 💼 Other - Add params to codecov - *(deps)* Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 @@ -109,6 +119,13 @@ All notable changes to this project will be documented in this file. - *(deps)* Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 - *(deps)* Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 +### ⚙️ Miscellaneous Tasks + +- Add dependabot config +- Remove dependabot-standalone +- Change to codecov binary instead of bash uploader +- Switch to moved goamqp + ## [0.0.8] - 2021-05-15 ### ⚙️ Miscellaneous Tasks