From a4693e3da98e1b2bb29e58787bfb9bbc781014fa Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sat, 12 Oct 2024 07:20:56 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7276efe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# 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] + +## [0.3.1](https://git.kemitix.net/kemitix/refile-m4b/compare/v0.3.0...v0.3.1) - 2024-10-12 + +### Added + +- group authors by first character + +### Other + +- add usage instructions to readme +- fix name of project refile-mp4 to refile-m4b +- Back out "chore: reset version to allow forgejo workflow to bump it correctly" +- bump rstest from 0.22 to 0.23 +- reset version to allow forgejo workflow to bump it correctly diff --git a/Cargo.lock b/Cargo.lock index d7e8121..ca131a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "refile-m4b" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 897ea3a..a371c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refile-m4b" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player." license = "MIT" -- 2.45.2