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