From f051d7111efb5eb929689d6e864f064a105b3196 Mon Sep 17 00:00:00 2001 From: Andrea C <3269984+andreacfromtheapp@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:36:38 +0200 Subject: [PATCH] chore: release v0.2.20 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f058a..544fbb4 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.20](https://github.com/andreacfromtheapp/freesound-credits/compare/v0.2.19...v0.2.20) + +### 🐛 Bug Fixes + +- Restoring README.md for crates.io ([#74](https://github.com/andreacfromtheapp/freesound-credits/pull/74)) - ([d1fc402](https://github.com/andreacfromtheapp/freesound-credits/commit/d1fc4029cb45efb19f58b4df7acdca6a3e9ff2f6)) + ## [0.2.19](https://github.com/andreacfromtheapp/freesound-credits/compare/v0.2.18...v0.2.19) ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b3cade7..539bfa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "freesound-credits" -version = "0.2.19" +version = "0.2.20" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 0a7becc..24644ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freesound-credits" -version = "0.2.19" +version = "0.2.20" edition = "2021" license = "MIT OR Apache-2.0"