From d06e8f5bbaabe318ef5595328353365ff9d3ee80 Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:52:33 +0900 Subject: [PATCH] release: v0.1.13 (#400) :robot: I have created a release *beep* *boop* --- ## [0.1.13](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.12...v0.1.13) (2024-09-30) ### Dependencies * lock file maintenance ([#399](https://github.com/4m-mazi/osekkai-chan/issues/399)) ([7c222b8](https://github.com/4m-mazi/osekkai-chan/commit/7c222b89a5f04840f0a9c4c3bd668f03c1f931dd)) --- 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> --- .github/files/release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 93fcfa2..0ebd1f6 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.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eda896..640632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.12...v0.1.13) (2024-09-30) + + +### Dependencies + +* lock file maintenance ([#399](https://github.com/4m-mazi/osekkai-chan/issues/399)) ([7c222b8](https://github.com/4m-mazi/osekkai-chan/commit/7c222b89a5f04840f0a9c4c3bd668f03c1f931dd)) + ## [0.1.12](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.11...v0.1.12) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index e5e3f13..501030d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.12" +version = "0.1.13" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 0db1667..fa9969b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.12" +version = "0.1.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html