From 558681a68a5d1264a2cbfd14db6d3e9afce3d160 Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:50:22 +0900 Subject: [PATCH] release: v0.1.12 (#375) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: mazi-release[bot] <157046322+mazi-release[bot]@users.noreply.github.com> --- .../files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) 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