chore: release v1.2.0
This commit is contained in:
parent
a8d3e2da0b
commit
b88e375838
2 changed files with 38 additions and 2 deletions
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -1,3 +1,38 @@
|
|||
## [1.2.0] - 2024-11-28
|
||||
|
||||
### Build
|
||||
|
||||
- *(renovate)* Ignore alias kemitix/todo-checker
|
||||
- Add build steps as default recipe in justfile
|
||||
- Update dogfood version from mirror to 1.1.0
|
||||
- Mark untestable function to be excluded from mutation tests
|
||||
- *(push-next)* Run mutation tests
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update kemitix/forgejo-todo-checker action to v1.1.0
|
||||
- *(deps)* Update kemitix/rust action to v2.2.0
|
||||
- *(deps)* Update rust crate rstest to 0.23
|
||||
- *(deps)* Update kemitix/rust action to v2.3.0
|
||||
- *(deps)* Update docker.io/rust docker tag to v1.82.0
|
||||
- *(deps)* Update kemitix/rust action to v2.4.1
|
||||
|
||||
### Docs
|
||||
|
||||
- *(readme)* Add note about using the latest
|
||||
- *(readme)* Fix typo about where mirror is hosted
|
||||
|
||||
### Feat
|
||||
|
||||
- Make file locations more navigable
|
||||
|
||||
### Fix
|
||||
|
||||
- *(deps)* Update rust crate file-format to 0.26
|
||||
- *(deps)* Update rust crate bon to v3
|
||||
- *(deps)* Update rust crate kxio to v2
|
||||
- *(deps)* Update rust crate kxio to v3
|
||||
|
||||
## [1.1.0] - 2024-09-22
|
||||
|
||||
### Build
|
||||
|
@ -8,11 +43,12 @@
|
|||
- Configure release-plz
|
||||
- Customise release-plz
|
||||
- Drop release-plz
|
||||
- Add prep-release recipie to justfile
|
||||
- Add prep-release recipe to justfile
|
||||
|
||||
### Chore
|
||||
|
||||
- Clean up output
|
||||
- Release v1.1.0
|
||||
|
||||
### Feat
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "forgejo-todo-checker"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
edition = "2021"
|
||||
publish = false # NOTE: Not a CLI tool or a library, so don't release to crates.io
|
||||
|
||||
|
|
Loading…
Reference in a new issue