diff --git a/CHANGELOG.md b/CHANGELOG.md index 0792221..1ae2c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.3] - 2024-09-07 ### Fixed @@ -89,7 +89,8 @@ plan to add in the future. Initial public release of Bandsnatch. -[unreleased]: https://github.com/Ovyerus/bandsnatch/compare/v0.3.2...HEAD +[unreleased]: https://github.com/Ovyerus/bandsnatch/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/Ovyerus/bandsnatch/releases/tag/v0.3.3 [0.3.2]: https://github.com/Ovyerus/bandsnatch/releases/tag/v0.3.2 [0.3.1]: https://github.com/Ovyerus/bandsnatch/releases/tag/v0.3.1 [0.3.0]: https://github.com/Ovyerus/bandsnatch/releases/tag/v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 7408b04..ed0258b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "bandsnatch" -version = "0.3.2" +version = "0.3.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3b7fbc8..9603b9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "bandsnatch" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "A CLI batch downloader for your Bandcamp collection" -authors = ["Michael Mitchell "] +authors = ["Ashlynne Mitchell "] license = "MIT" readme = "README.md" homepage = "https://github.com/Ovyerus/bandsnatch"