From b14f523b8fad45eae17991e83be6619acf038f63 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sun, 5 Jan 2025 10:35:23 +0000 Subject: [PATCH] chore: release v1.3.0 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f9cc9..84a9ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.3.0](https://git.kemitix.net/kemitix/forgejo-todo-checker/compare/v1.2.0...v1.3.0) - 2025-01-05 + +### Added + +- add cli args to help run locally + +### Fixed + +- elide lifetimes on Config +- *(deps)* update rust crate kxio to v5 + +### Other + +- pubilsh to crates.io +- replace anyhow with color_eyre +- ignore .idea +- *(deps)* update rust crate rstest to 0.24 +- *(deps)* update kemitix/rust action to v2.5.0 +- *(deps)* update docker.io/rust docker tag to v1.83.0 +- *(deps)* update kemitix/forgejo-todo-checker action to v1.2.0 ## [1.2.0] - 2024-11-28 ### Build diff --git a/Cargo.toml b/Cargo.toml index d4e69fa..975c142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forgejo-todo-checker" -version = "1.2.0" +version = "1.3.0" edition = "2021" authors = ["Paul Campbell "] description = "Checks your source files for TODO and FIXME comments, where they don't have an open issue number." -- 2.45.2