diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index c05df9b..88f7c73 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.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9536d84..4c5b081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.3...v0.1.4) (2024-01-14) + + +### Dependencies + +* twilightのdefault-featuresを置き換え ([#45](https://github.com/4m-mazi/osekkai-chan/issues/45)) ([22b097f](https://github.com/4m-mazi/osekkai-chan/commit/22b097f05c24210d0c9907ab466b691721739c32)) +* いつもwebpkiを使うように変更 ([#42](https://github.com/4m-mazi/osekkai-chan/issues/42)) ([8dc4aaa](https://github.com/4m-mazi/osekkai-chan/commit/8dc4aaa19ac574e3aef1b8b52d2b7db346eade90)), closes [#32](https://github.com/4m-mazi/osekkai-chan/issues/32) + ## [0.1.3](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.2...v0.1.3) (2023-12-25) diff --git a/Cargo.lock b/Cargo.lock index ffcb601..a866bbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.3" +version = "0.1.4" dependencies = [ "dotenvy", "futures", diff --git a/Cargo.toml b/Cargo.toml index b6480e3..fa5b723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.3" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html