diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 0ebd1f6..243f893 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.13" + ".": "0.1.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 640632e..3e73ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.13...v0.1.14) (2024-10-08) + + +### Dependencies + +* lock file maintenance ([#412](https://github.com/4m-mazi/osekkai-chan/issues/412)) ([7b297b1](https://github.com/4m-mazi/osekkai-chan/commit/7b297b121701fe3db99af7cb6af23fd17ad7b1c4)) + ## [0.1.13](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.12...v0.1.13) (2024-09-30) diff --git a/Cargo.lock b/Cargo.lock index e9bdb95..b2b2f03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osekkai-chan" -version = "0.1.13" +version = "0.1.14" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index fa9969b..c68eaa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.13" +version = "0.1.14" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html