From cf1afdd9ab64b482de2bb12c09a3950b3be82254 Mon Sep 17 00:00:00 2001 From: Andrea C <3269984+gacallea@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:46:23 +0200 Subject: [PATCH] chore: release v0.2.17 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `freesound-credits`: 0.2.16 -> 0.2.17 (✓ API compatible changes)
Changelog

## [0.2.17](https://github.com/gacallea/freesound-credits/compare/v0.2.16...v0.2.17) ### ⚙️ Miscellaneous Tasks - Minor fixes ([#58](https://github.com/gacallea/freesound-credits/pull/58)) - ([533c81a](https://github.com/gacallea/freesound-credits/commit/533c81ac7944c145c0bb060d2a9f9f9b5d7ed662))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 6 ++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f222fce..bec9086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.17](https://github.com/gacallea/freesound-credits/compare/v0.2.16...v0.2.17) + +### ⚙️ Miscellaneous Tasks + +- Minor fixes ([#58](https://github.com/gacallea/freesound-credits/pull/58)) - ([533c81a](https://github.com/gacallea/freesound-credits/commit/533c81ac7944c145c0bb060d2a9f9f9b5d7ed662)) + ## [0.2.16](https://github.com/gacallea/freesound-credits/compare/v0.2.15...v0.2.16) ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index c43898a..d3d2900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "freesound-credits" -version = "0.2.16" +version = "0.2.17" dependencies = [ "clap", ] @@ -118,9 +118,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] @@ -142,9 +142,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.77" +version = "2.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 103fec7..eef7410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freesound-credits" -version = "0.2.16" +version = "0.2.17" edition = "2021" license = "MIT OR Apache-2.0"