diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 045c3d8..cd53f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/m1sk9/babyrite/compare/babyrite-v0.10.1...babyrite-v0.11.0) (2024-10-04) + + +### Features + +* アカウントカラーを埋め込みに ([#219](https://github.com/m1sk9/babyrite/issues/219)) ([308c61a](https://github.com/m1sk9/babyrite/commit/308c61a0baf200004064fab8a494671aa0bc21f0)) + + +### Bug Fixes + +* **deps:** update rust crate once_cell to v1.20.1 ([#215](https://github.com/m1sk9/babyrite/issues/215)) ([4dc125a](https://github.com/m1sk9/babyrite/commit/4dc125a44664558d7bb4d4c3b45ae10fde14ad32)) +* **deps:** update rust crate regex to v1.11.0 ([#216](https://github.com/m1sk9/babyrite/issues/216)) ([b988438](https://github.com/m1sk9/babyrite/commit/b988438c5112e3c2db2161206b0d9e7f252bdfcc)) + + +### Performance Improvements + +* メッセージ取得部分の改善 ([#218](https://github.com/m1sk9/babyrite/issues/218)) ([201b83d](https://github.com/m1sk9/babyrite/commit/201b83db21aa8d80a24f25f30ac5ca39132819f0)) + ## [0.10.1](https://github.com/m1sk9/babyrite/compare/babyrite-v0.10.0...babyrite-v0.10.1) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index 6f55f40..e87fc67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "babyrite" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 8526afb..c0c19fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "babyrite" -version = "0.10.1" +version = "0.11.0" edition = "2021" license = "MIT" repository = "https://github.com/m1sk9/babyrite" diff --git a/SECURITY.md b/SECURITY.md index 504224c..aaee5ea 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,10 +6,12 @@ A Guide to babyrite's Security Policy. Below is the support status for each version of babyrite. -| Release | Released | Status | Active Support | Security Support | -|---------|------------|-----------|----------------|------------------| -| v0.9 | 2024/08/22 | `Active` | 2024/10/22 | 2024/11/22 | -| v0.8 | 2024/05/20 | `Security` | 2024/08/22 | 2024/09/22 | +| Release | Released | Status | Active Support | Security Support | +|---------|------------|------------|----------------|------------------| +| v0.11 | 2024/10/04 | `Active` | 2024/12/04 | 2025/01/04 | +| v0.10 | 2024/09/06 | `Security` | 2024/10/06 | 2024/11/06 | +| v0.9 | 2024/08/22 | `Security` | 2024/10/22 | 2024/11/22 | +| v0.8 | 2024/05/20 | `EoL` | 2024/08/22 | 2024/09/22 | - Versions prior to v0.7 are no longer supported. diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 893d9cb..4ec9367 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -6,6 +6,41 @@ The full version should be checked on [GitHub](https://github.com/m1sk9/babyrite +## v0.11.0 + +*[Released on 2024/10/04](https://github.com/m1sk9/babyrite/releases/tag/babyrite-v0.11.0)* + +```shell +docker pull ghcr.io/m1sk9/babyrite:v0.11.0 +``` + +> [!IMPORTANT] +> +> The following versions are no longer supported. +> +> - v0.8 +> - v0.8.0 +> - v0.8.1 +> - v0.8.2 +> - v0.8.3 +> - v0.8.4 +> - v0.8.5 +> - v0.8.6 +> - v0.8.7 +> - v0.8.8 +> - v0.8.9 + +**Added** + +- [#218](https://github.com/m1sk9/babyrite/pull/218): Added private channel hiding feature + - Channels without `View Channel` permission for `@everyone` are now ignored and not quoted +- [#219](https://github.com/m1sk9/babyrite/pull/219): Account color is now used for embed color + - If the account color is not set (typically for non-Nitro subscribers), the default color is used + +**Performance** + +- [#218](https://github.com/m1sk9/babyrite/pull/218): Improved performance when quoting messages + ## v0.10.0 *[Released on 2024/09/06](https://github.com/m1sk9/babyrite/releases/tag/babyrite-v0.9.2)*