From d86a3563661685440024e6164f59837a922199c1 Mon Sep 17 00:00:00 2001 From: Ovyerus Date: Tue, 16 Jul 2024 20:16:59 +1000 Subject: [PATCH] 0.3.2 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7acb08..ce96c90 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.2] - 2024-07-16 ### Fixed @@ -81,7 +81,8 @@ plan to add in the future. Initial public release of Bandsnatch. -[unreleased]: https://github.com/Ovyerus/bandsnatch/compare/v0.3.1...HEAD +[unreleased]: https://github.com/Ovyerus/bandsnatch/compare/v0.3.2...HEAD +[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 [0.2.1]: https://github.com/Ovyerus/bandsnatch/releases/tag/v0.2.1 diff --git a/Cargo.lock b/Cargo.lock index e51e125..7408b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "bandsnatch" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2413886..3b7fbc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bandsnatch" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "A CLI batch downloader for your Bandcamp collection" authors = ["Michael Mitchell "]