diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25b57f0..993bab1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.13" + ".": "0.13.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6405257..60d67a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.14](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.13...babyrite-v0.13.14) (2024-12-11) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.216 ([#298](https://github.com/m1sk9/babyrite/issues/298)) ([6bf74d8](https://github.com/m1sk9/babyrite/commit/6bf74d811915d947f27466575360a63c8ec6397c)) +* **deps:** update rust crate thiserror to v2.0.6 ([#296](https://github.com/m1sk9/babyrite/issues/296)) ([e16b425](https://github.com/m1sk9/babyrite/commit/e16b42594b69176a055007cf16929b5d2dc6d293)) + ## [0.13.13](https://github.com/m1sk9/babyrite/compare/babyrite-v0.13.12...babyrite-v0.13.13) (2024-12-08) diff --git a/Cargo.lock b/Cargo.lock index 1b7ee23..ce4bcaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "babyrite" -version = "0.13.13" +version = "0.13.14" dependencies = [ "anyhow", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 38c4878..00aca70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "babyrite" -version = "0.13.13" +version = "0.13.14" edition = "2021" license = "MIT" repository = "https://github.com/m1sk9/babyrite"