diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 243f893..975afd4 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.14" + ".": "0.1.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e73ade..0cf6a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.15](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.14...v0.1.15) (2024-10-14) + + +### Dependencies + +* lock file maintenance ([#426](https://github.com/4m-mazi/osekkai-chan/issues/426)) ([0d5c70f](https://github.com/4m-mazi/osekkai-chan/commit/0d5c70fc0fe75b8e00e5a328828c44f0253bd212)) + ## [0.1.14](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.13...v0.1.14) (2024-10-08) diff --git a/Cargo.lock b/Cargo.lock index 56c13a7..026c66b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osekkai-chan" -version = "0.1.14" +version = "0.1.15" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index c68eaa8..193e4b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.14" +version = "0.1.15" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html