From 094015196f115fa28b8990278cd6a49eedba25de Mon Sep 17 00:00:00 2001 From: Andrea C <3269984+andreacfromtheapp@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:18:39 +0200 Subject: [PATCH] chore: release v0.2.19 (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `freesound-credits`: 0.2.18 -> 0.2.19 (✓ API compatible changes)
Changelog

## [0.2.19](https://github.com/andreacfromtheapp/freesound-credits/compare/v0.2.18...v0.2.19) ### 🐛 Bug Fixes - Manually updating cargo-dist ([#72](https://github.com/andreacfromtheapp/freesound-credits/pull/72)) - ([c2e1063](https://github.com/andreacfromtheapp/freesound-credits/commit/c2e1063a65267d0dd001b4dab319239853e546be)) ### 🐛 Bug Fixes - Trying to fix release-plz ([#70](https://github.com/andreacfromtheapp/freesound-credits/issues/70)) - ([e2662d3](https://github.com/andreacfromtheapp/freesound-credits/commit/e2662d3d60e9a4c2d4dc4edbef05e280758b11fa)) - Restore readme md cause release-plz ([#67](https://github.com/andreacfromtheapp/freesound-credits/issues/67)) - ([6df070d](https://github.com/andreacfromtheapp/freesound-credits/commit/6df070d1d62817359929b50d1b9ac8607430d36c)) - All links ([#65](https://github.com/andreacfromtheapp/freesound-credits/issues/65)) - ([32b3fce](https://github.com/andreacfromtheapp/freesound-credits/commit/32b3fce4eb06c055c805febe8ec1caf382e89947)) - Update .gitignore ([#64](https://github.com/andreacfromtheapp/freesound-credits/issues/64)) - ([ed0c71c](https://github.com/andreacfromtheapp/freesound-credits/commit/ed0c71cfe77766fb7713aad201b702e547e0e9b3)) - Update .gitignore ([#62](https://github.com/andreacfromtheapp/freesound-credits/issues/62)) - ([a85df44](https://github.com/andreacfromtheapp/freesound-credits/commit/a85df443773ff7727e6f4031f2b51425b0971b45)) ### ⚙️ Miscellaneous Tasks - Onemoretryatorgreadme ([#69](https://github.com/andreacfromtheapp/freesound-credits/issues/69)) - ([5d915af](https://github.com/andreacfromtheapp/freesound-credits/commit/5d915af469fb614736a725e89e2412992e023d68)) - Move to orgmode ([#60](https://github.com/andreacfromtheapp/freesound-credits/issues/60)) - ([7e52f7f](https://github.com/andreacfromtheapp/freesound-credits/commit/7e52f7f2b43d7c49ead4ce274e65b639f0f50d3e))

--- 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 fb5cbd4..55f058a 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.19](https://github.com/andreacfromtheapp/freesound-credits/compare/v0.2.18...v0.2.19) + +### 🐛 Bug Fixes + +- Manually updating cargo-dist ([#72](https://github.com/andreacfromtheapp/freesound-credits/pull/72)) - ([c2e1063](https://github.com/andreacfromtheapp/freesound-credits/commit/c2e1063a65267d0dd001b4dab319239853e546be)) + ### 🐛 Bug Fixes - Trying to fix release-plz ([#70](https://github.com/andreacfromtheapp/freesound-credits/issues/70)) - ([e2662d3](https://github.com/andreacfromtheapp/freesound-credits/commit/e2662d3d60e9a4c2d4dc4edbef05e280758b11fa)) diff --git a/Cargo.lock b/Cargo.lock index d3d2900..b3cade7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "freesound-credits" -version = "0.2.17" +version = "0.2.19" dependencies = [ "clap", ] @@ -118,9 +118,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "proc-macro2" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" dependencies = [ "unicode-ident", ] @@ -142,9 +142,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.79" +version = "2.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" +checksum = "198514704ca887dd5a1e408c6c6cdcba43672f9b4062e1b24aa34e74e6d7faae" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2716f5b..a3a9205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freesound-credits" -version = "0.2.18" +version = "0.2.19" edition = "2021" license = "MIT OR Apache-2.0"