diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 8d8a2b5..88efc87 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.16" + ".": "0.1.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e82c6b4..973b25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.17](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.16...v0.1.17) (2024-11-05) + + +### Dependencies + +* lock file maintenance ([#448](https://github.com/4m-mazi/osekkai-chan/issues/448)) ([5e3a3ba](https://github.com/4m-mazi/osekkai-chan/commit/5e3a3ba44ef91070a844990ceffc1b2c3bd1073d)) + ## [0.1.16](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.15...v0.1.16) (2024-10-27) diff --git a/Cargo.lock b/Cargo.lock index d0d3cff..6aad056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osekkai-chan" -version = "0.1.16" +version = "0.1.17" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 6845ea2..c39ed8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.16" +version = "0.1.17" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html