diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index b5f714f..4a8e97c 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.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eae176a..5466dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.9...v0.1.10) (2024-08-25) + + +### Build System + +* use BINARY_NAME ([#356](https://github.com/4m-mazi/osekkai-chan/issues/356)) ([27601c0](https://github.com/4m-mazi/osekkai-chan/commit/27601c0e4c00a0a4facb8bd6219f6b32dde85afb)) + ## [0.1.9](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.8...v0.1.9) (2024-08-23) diff --git a/Cargo.lock b/Cargo.lock index 24ca7f0..3c3578f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osekkai-chan" -version = "0.1.9" +version = "0.1.10" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index c57e9d1..4720fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.9" +version = "0.1.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html