chore: release v1.3.0
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 5m22s
Test / build (map[name:stable]) (pull_request) Successful in 6m6s
Release Please / Release-plz (push) Successful in 4m6s

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-05 10:35:23 +00:00
parent 21504462c8
commit b14f523b8f
2 changed files with 30 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "forgejo-todo-checker"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
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."