From d71732e3ada5cd87ac24d14b826c42e45b4a663e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:03:00 +0900 Subject: [PATCH] release: v0.1.6 (#87) :robot: I have created a release *beep* *boop* --- ## [0.1.6](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.5...v0.1.6) (2024-02-09) ### Bug Fixes * handle case when old and new channels are same ([#86](https://github.com/4m-mazi/osekkai-chan/issues/86)) ([4ba79fa](https://github.com/4m-mazi/osekkai-chan/commit/4ba79fa75d051b75330d1317bd7697e340dd3634)), closes [#54](https://github.com/4m-mazi/osekkai-chan/issues/54) --- 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: github-actions[bot] <41898282+github-actions[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 18e45d5..0f24e47 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.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cbc92..427ecbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.5...v0.1.6) (2024-02-09) + + +### Bug Fixes + +* handle case when old and new channels are same ([#86](https://github.com/4m-mazi/osekkai-chan/issues/86)) ([4ba79fa](https://github.com/4m-mazi/osekkai-chan/commit/4ba79fa75d051b75330d1317bd7697e340dd3634)), closes [#54](https://github.com/4m-mazi/osekkai-chan/issues/54) + ## [0.1.5](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.4...v0.1.5) (2024-02-06) diff --git a/Cargo.lock b/Cargo.lock index 0d53f46..eb6bbc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,7 +827,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "osekkai-chan" -version = "0.1.5" +version = "0.1.6" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index 1ec7248..797c346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.5" +version = "0.1.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html