diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index a915e8c..001eb2c 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.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bff93..0eae059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.1...v0.1.2) (2023-12-21) + + +### Continuous Integration + +* no-default-featuresの追加 ([#19](https://github.com/4m-mazi/osekkai-chan/issues/19)) ([740283f](https://github.com/4m-mazi/osekkai-chan/commit/740283f0aaf1dcb1bfac11bf01dac4e49db59d89)) + ## [0.1.1](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.0...v0.1.1) (2023-12-21) diff --git a/Cargo.lock b/Cargo.lock index 35c50b7..d32837e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "osekkai-chan" -version = "0.1.1" +version = "0.1.2" dependencies = [ "dotenvy", "futures", diff --git a/Cargo.toml b/Cargo.toml index 4a782a1..688df25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html