diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index a46f218..b5f714f 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.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3409fda..eae176a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.9](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.8...v0.1.9) (2024-08-23) + + +### Dependencies + +* update rust crate tokio to v1.39.3 ([#337](https://github.com/4m-mazi/osekkai-chan/issues/337)) ([acf12c1](https://github.com/4m-mazi/osekkai-chan/commit/acf12c1361b6d3469a56896adf57171fa6702f99)) + + +### Build System + +* switch to buildah ([#349](https://github.com/4m-mazi/osekkai-chan/issues/349)) ([ccf95b9](https://github.com/4m-mazi/osekkai-chan/commit/ccf95b9889094969332a82ad47c0958c8e981873)) +* update release profile ([#344](https://github.com/4m-mazi/osekkai-chan/issues/344)) ([3a66e32](https://github.com/4m-mazi/osekkai-chan/commit/3a66e325d06883ca4e01cebefa2eb0a8bf9e0cdc)) + ## [0.1.8](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.7...v0.1.8) (2024-08-04) diff --git a/Cargo.lock b/Cargo.lock index 4829d2b..528a59e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,7 +835,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osekkai-chan" -version = "0.1.8" +version = "0.1.9" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 85fd8d3..c57e9d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.8" +version = "0.1.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html