From d75fa234736f36d9e3f480f8410b6c1e86040f6f Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 5 Oct 2024 19:15:25 +0000 Subject: [PATCH] chore(release): prepare for v0.1.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9ed03ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2024-10-05 + +### 🚀 Features + +- Remove golangci-lint from Dockerfile + +### ⚙️ Miscellaneous Tasks + +- Add ruby-dev to Dockerfile +- Update golangci-lint version to v1.60.1 +- Add release flow + +## [0.0.4] - 2024-04-09 + +### ⚙️ Miscellaneous Tasks + +- Add dependabot config +- Make releases handle multi-line release notes +- Remove Dependabot config +- Update to Go 1.22.2 + +## [0.0.3] - 2023-06-04 + +### ⚙️ Miscellaneous Tasks + +- Update golangci-lint + +## [0.0.2] - 2023-05-18 + +### ⚙️ Miscellaneous Tasks + +- Use Docker DinD version from variable +- Update to latest Go version and golangci-lint + +## [0.0.1] - 2023-01-31 + +### 🚀 Features + +- Initial commit + +