From 6bf96cca20a9ec97ea8517f8b4258f090152e27d Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Fri, 10 Jan 2025 08:53:10 +0000 Subject: [PATCH] chore: release v1.3.1 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a9ed3..7a3f007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1](https://git.kemitix.net/kemitix/forgejo-todo-checker/compare/v1.3.0...v1.3.1) - 2025-01-10 + +### Other + +- *(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 ### Added diff --git a/Cargo.toml b/Cargo.toml index 975c142..a0abfdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forgejo-todo-checker" -version = "1.3.0" +version = "1.3.1" edition = "2021" authors = ["Paul Campbell "] description = "Checks your source files for TODO and FIXME comments, where they don't have an open issue number."