From 81dd12415165f4a47b53a34a4c185ff6e6f158d9 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 5 Oct 2024 19:17:57 +0000 Subject: [PATCH] chore(release): prepare for v0.0.10 --- CHANGELOG.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c8a903 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,72 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.0.10] - 2024-10-05 + +### ⚙️ Miscellaneous Tasks + +- Add release flow + +## [0.0.9] - 2024-09-22 + +### ⚙️ Miscellaneous Tasks + +- Update prepare_release to use git-cliff for CHANGELOG generation + +## [0.0.8] - 2024-05-20 + +### ⚙️ Miscellaneous Tasks + +- Add ruby-dev to Dockerfile for pre-commit installation. + +## [0.0.7] - 2024-05-02 + +### ⚙️ Miscellaneous Tasks + +- Update to Node 22 + +## [0.0.6] - 2024-04-08 + +### 🐛 Bug Fixes + +- Add pipx bin-dir to PATH + +## [0.0.4] - 2024-04-06 + +### 🐛 Bug Fixes + +- Install pre-commit with pipx + +### ⚙️ Miscellaneous Tasks + +- Remove Dependabot config +- Update to node 20.9.0 + +## [0.0.3] - 2023-06-08 + +### ⚙️ Miscellaneous Tasks + +- Add dependabot config + +### Build + +- *(deps)* Bump node from 18 to 20 + +## [0.0.2] - 2023-02-22 + +### 🚀 Features + +- Upgrade to Node 18 + +### ⚙️ Miscellaneous Tasks + +- Use Docker DinD version from variable + +## [0.0.1] - 2023-01-31 + +### 🚀 Features + +- Initial version + +