chore: generate base changelog
This commit is contained in:
parent
2a52e66bc0
commit
7bc103e861
1 changed files with 88 additions and 0 deletions
88
CHANGELOG.md
Normal file
88
CHANGELOG.md
Normal file
|
@ -0,0 +1,88 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [unreleased]
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Generate package size report
|
||||
- Add git-cliff to generate changelogs
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(webnsupdate)* Reduce binary size
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(flake.lock)* Update inputs
|
||||
- Cargo update
|
||||
|
||||
## [0.3.2] - 2024-11-23
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Check depends on build
|
||||
- Upgrade clap_verbosity_flag
|
||||
- Replace axum-auth with tower_http
|
||||
- Release new version
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(clippy)* Enable more lints and fix issues
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- Reorganize main.rs
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Cargo update
|
||||
- Update flake inputs
|
||||
|
||||
## [0.3.1] - 2024-10-28
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Overlay was broken T-T
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Next dev version
|
||||
|
||||
## [0.3.0] - 2024-10-28
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Auto-update rust deps
|
||||
- Refactor and add ip saving
|
||||
- Add -v verbosity flag
|
||||
- Use treefmt-nix and split up flake.nix
|
||||
- Add NixOS VM tests
|
||||
- Switch to crane
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(fmt)* Use nixfmt-rfc-style
|
||||
- *(default.nix)* Small issues here and there
|
||||
- *(ci)* Do not use a name when logging in
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- *(flake)* Use flake-parts
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Updarte deps
|
||||
- *(flake.lock)* Update inputs
|
||||
- Cargo update
|
||||
- Cargo update
|
||||
- Cargo update
|
||||
|
||||
## [0.2.0] - 2024-06-02
|
||||
|
||||
### 💼 Other
|
||||
|
||||
- Init at version 0.1.0
|
||||
|
||||
<!-- generated by git-cliff -->
|
Loading…
Reference in a new issue