chore(changelog): update unreleased changelog

This commit is contained in:
2025-06-27 20:21:57 +00:00
parent 3c60361866
commit 44b8da06c5

26
CHANGELOG.md Normal file
View File

@@ -0,0 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### 🚀 Features
- *(action)* Add composite action for generating Debian changelog - ([1544e1f](https://git.0xmax42.io/actions/deb-changelog-action/commit/1544e1f17d7ba9a47efcf0817b237746dcf847dd))
- *(scripts)* Add changelog generation script - ([a17bc7f](https://git.0xmax42.io/actions/deb-changelog-action/commit/a17bc7fca79b28942b1e57857f35dbd12f163f66))
- *(scripts)* Add git-cliff installer script - ([b725a14](https://git.0xmax42.io/actions/deb-changelog-action/commit/b725a148fdccbb4ab051f6b6b9c6c1d7c557cc18))
- *(workflows)* Add major version tagging for releases - ([62e259f](https://git.0xmax42.io/actions/deb-changelog-action/commit/62e259f9f0c0ebbc61213f899ccf909b34d822b7))
- *(vscode)* Add custom activity bar and peacock colors - ([5a6b43f](https://git.0xmax42.io/actions/deb-changelog-action/commit/5a6b43f379e8b8f9fb0f466067eef531c0689079))
### 🐛 Bug Fixes
- *(configs)* Correct mismatched parentheses in template variables - ([3c60361](https://git.0xmax42.io/actions/deb-changelog-action/commit/3c60361866d4e14ec3fbceffa5751970de54fc51))
### ⚙️ Miscellaneous Tasks
- *(configs)* Add debian changelog configuration - ([9eaa869](https://git.0xmax42.io/actions/deb-changelog-action/commit/9eaa869c9ace197500d3bcb544180a135098bfbb))
- *(config)* Add default git-cliff configuration - ([245aa1d](https://git.0xmax42.io/actions/deb-changelog-action/commit/245aa1d5c2366ff15ed36e170ad7eca1d9a1910c))
- *(gitignore)* Add rule to ignore environment files - ([908eeab](https://git.0xmax42.io/actions/deb-changelog-action/commit/908eeab247ad3bd2c4d248c73f24a6bf0f566f03))
- *(workflows)* Add release workflow and merge template - ([2ea1395](https://git.0xmax42.io/actions/deb-changelog-action/commit/2ea1395252d55a4f0b8defa50dc7924a7357e552))