chore: release
All checks were successful
Rust / build (map[name:nightly]) (pull_request) Successful in 1m11s
Rust / build (map[name:stable]) (pull_request) Successful in 3m9s

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 2024-10-29 21:14:01 +00:00
parent f9ea3ae1c8
commit f2dcf05ee0
3 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.2](https://git.kemitix.net/kemitix/refile-m4b/compare/v0.3.1...v0.3.2) - 2024-10-29
### Other
- minor refactoring
## [0.3.1](https://git.kemitix.net/kemitix/refile-m4b/compare/v0.3.0...v0.3.1) - 2024-10-12
### Added

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "refile-m4b"
version = "0.3.1"
version = "0.3.2"
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"