Compare commits
No commits in common. "release-plz-2024-10-29T21-14-01Z" and "main" have entirely different histories.
release-pl
...
main
3 changed files with 2 additions and 8 deletions
|
@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.3.1](https://git.kemitix.net/kemitix/refile-m4b/compare/v0.3.0...v0.3.1) - 2024-10-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -321,7 +321,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "refile-m4b"
|
name = "refile-m4b"
|
||||||
version = "0.3.2"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "refile-m4b"
|
name = "refile-m4b"
|
||||||
version = "0.3.2"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue