Skip to content

Commit

Permalink
chore(main): release babyrite 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9-bot[bot] authored and m1sk9 committed Oct 4, 2024
1 parent 308c61a commit 9c29f13
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.1"
".": "0.11.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 6 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
35 changes: 35 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@ The full version should be checked on [GitHub](https://github.com/m1sk9/babyrite

<!-- toc -->

## 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)*
Expand Down

0 comments on commit 9c29f13

Please sign in to comment.