chore: release v0.3.1 #11

Merged
kemitix merged 1 commit from release-plz-2024-09-25T08-58-38Z into main 2024-10-12 08:22:24 +01:00
3 changed files with 24 additions and 2 deletions

22
CHANGELOG.md Normal file
View file

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

2
Cargo.lock generated
View file

@ -321,7 +321,7 @@ dependencies = [
[[package]] [[package]]
name = "refile-m4b" name = "refile-m4b"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "refile-m4b" name = "refile-m4b"
version = "0.3.0" version = "0.3.1"
edition = "2021" 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." 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" license = "MIT"