From f123856b97968a816498acda3ecab9dc47f99ed4 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 4 Oct 2024 22:38:58 +0000 Subject: [PATCH] ci: release 1.0.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8af83..4231894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,47 @@ All notable changes to this project will be documented in this file. +## [1.0.0] - 2024-10-04 + +### 🚀 Features + +- [**breaking**] New breaking change + ## [0.2.0] - 2024-10-04 ### 🚀 Features - Something else +### ⚙️ Miscellaneous Tasks + +- Release 0.2.0 + +## [0.1.1] - 2024-10-04 + +### 📚 Documentation + +- More changes + +### ⚙️ Miscellaneous Tasks + +- Release 0.1.1 + +## [0.1.0] - 2024-10-04 + +### 🚀 Features + +- Add pipeline + +### 📚 Documentation + +- Add dummy change + +### ⚙️ Miscellaneous Tasks + +- Add prepare_release stage to generate CHANGELOG.md for release +- Update git-cliff commands and add MR handling +- Refactor pipeline for next-release branch and changelog generation +- Include pipeline from ci-templates +