diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9579525..72946e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.11" + ".": "0.13.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50243f2..5220796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.12](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.11...babyrite-v0.13.12) (2024-12-03) + + +### Bug Fixes + +* **deps:** update rust crate anyhow to v1.0.94 ([#292](https://github.com/m1sk9/babyrite/issues/292)) ([e681425](https://github.com/m1sk9/babyrite/commit/e681425fdc7fb75572d8ae3db3e192dce98b9ad5)) +* **deps:** update rust crate thiserror to v2.0.4 ([#289](https://github.com/m1sk9/babyrite/issues/289)) ([8c51055](https://github.com/m1sk9/babyrite/commit/8c51055b3c521052ce447da7f93aaaa0e609c2c3)) +* **deps:** update rust crate tokio to v1.42.0 ([#290](https://github.com/m1sk9/babyrite/issues/290)) ([0f4fa6a](https://github.com/m1sk9/babyrite/commit/0f4fa6a1474af593633cc1435680961a205d8c8b)) + ## [0.13.11](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.10...babyrite-v0.13.11) (2024-11-29) diff --git a/Cargo.lock b/Cargo.lock index 3ec56a8..061d084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "babyrite" -version = "0.13.11" +version = "0.13.12" dependencies = [ "anyhow", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index a6d38f7..d95a6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "babyrite" -version = "0.13.11" +version = "0.13.12" edition = "2021" license = "MIT" repository = "https://github.com/m1sk9/babyrite"