diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eda896..640632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.12...v0.1.13) (2024-09-30) + + +### Dependencies + +* lock file maintenance ([#399](https://github.com/4m-mazi/osekkai-chan/issues/399)) ([7c222b8](https://github.com/4m-mazi/osekkai-chan/commit/7c222b89a5f04840f0a9c4c3bd668f03c1f931dd)) + ## [0.1.12](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.11...v0.1.12) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index e5e3f13..501030d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.12" +version = "0.1.13" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 0db1667..fa9969b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.12" +version = "0.1.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html