diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index ca1ac01..93fcfa2 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.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 765e381..9eda896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.12](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.11...v0.1.12) (2024-09-16) + + +### Dependencies + +* lock file maintenance ([#373](https://github.com/4m-mazi/osekkai-chan/issues/373)) ([5bc2e5a](https://github.com/4m-mazi/osekkai-chan/commit/5bc2e5a508e3b1241a1aec11a121da513bc540e8)) +* lock file maintenance ([#382](https://github.com/4m-mazi/osekkai-chan/issues/382)) ([cec6f90](https://github.com/4m-mazi/osekkai-chan/commit/cec6f901941c64658c1635806383644a87ba0726)) + ## [0.1.11](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.10...v0.1.11) (2024-09-07) diff --git a/Cargo.lock b/Cargo.lock index de42444..0752b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,7 +835,7 @@ checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "osekkai-chan" -version = "0.1.11" +version = "0.1.12" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index cc158c4..0db1667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.11" +version = "0.1.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html