diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d331a3..9579525 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.10" + ".": "0.13.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0183fc2..50243f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.11](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.10...babyrite-v0.13.11) (2024-11-29) + + +### Bug Fixes + +* **deps:** update rust crate tracing-subscriber to v0.3.19 ([#284](https://github.com/m1sk9/babyrite/issues/284)) ([2c80502](https://github.com/m1sk9/babyrite/commit/2c805024004bddb8026af95bcde2fb73e5fb0ab0)) + ## [0.13.10](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.9...babyrite-v0.13.10) (2024-11-27) diff --git a/Cargo.lock b/Cargo.lock index 63a8228..e776046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "babyrite" -version = "0.13.10" +version = "0.13.11" dependencies = [ "anyhow", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 30230d6..a6d38f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "babyrite" -version = "0.13.10" +version = "0.13.11" edition = "2021" license = "MIT" repository = "https://github.com/m1sk9/babyrite"