chore: release v1.3.1
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 1m58s
Test / build (map[name:stable]) (pull_request) Successful in 2m57s

Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 2025-01-14 20:37:33 +00:00
parent 7ca7d94781
commit a5cf3e4f4c
2 changed files with 13 additions and 1 deletions

View file

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.3.1](https://git.kemitix.net/kemitix/forgejo-todo-checker/compare/v1.3.0...v1.3.1) - 2025-01-14
### Other
- add {test,shell}-in-docker recipes to justfile
- check for ignored files being included in repo
- upgrade kemitix/rust v3
- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.6.0
- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.5.1
- *(deps)* update docker.io/rust docker tag to v1.84.0
- *(deps)* update kemitix/forgejo-todo-checker action to v1.3.0
## [1.3.0](https://git.kemitix.net/kemitix/forgejo-todo-checker/compare/v1.2.0...v1.3.0) - 2025-01-05 ## [1.3.0](https://git.kemitix.net/kemitix/forgejo-todo-checker/compare/v1.2.0...v1.3.0) - 2025-01-05
### Added ### Added

View file

@ -1,6 +1,6 @@
[package] [package]
name = "forgejo-todo-checker" name = "forgejo-todo-checker"
version = "1.3.0" version = "1.3.1"
edition = "2021" edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"] authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Checks your source files for TODO and FIXME comments, where they don't have an open issue number." description = "Checks your source files for TODO and FIXME comments, where they don't have an open issue number."