Skip to content

Commit ccdc57e

Browse files
committed
release: generate changelogs
Signed-off-by: Jens Reidel <[email protected]>
1 parent 1a8fb4e commit ccdc57e

File tree

10 files changed

+157
-3
lines changed

10 files changed

+157
-3
lines changed

twilight-cache-inmemory/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
9+
### Build
10+
11+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
12+
13+
### Features
14+
15+
- add support for join raid and mention raid protection ([#2204](https://github.com/twilight-rs/twilight/issues/2204))
16+
- Support new username system ([#2231](https://github.com/twilight-rs/twilight/issues/2231))
17+
- add `message_author_id` for reaction add events ([#2244](https://github.com/twilight-rs/twilight/issues/2244))
18+
- add support for role flags ([#2240](https://github.com/twilight-rs/twilight/issues/2240))
19+
320
## [0.15.2] - 2023-04-27
421

522
### Features

twilight-gateway-queue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
39
## [0.15.2] - 2023-04-27
410

511
### Bug Fixes

twilight-gateway/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- don't swallow events on send error ([#2247](https://github.com/twilight-rs/twilight/issues/2247))
8+
- defer queued commands until sent `Resume` ([#2264](https://github.com/twilight-rs/twilight/issues/2264))
9+
- resume pending identify requests ([#2260](https://github.com/twilight-rs/twilight/issues/2260))
10+
11+
### Build
12+
13+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
14+
15+
### Features
16+
17+
- impl `From<Config>` for ConfigBuilder ([#2248](https://github.com/twilight-rs/twilight/issues/2248))
18+
19+
### Performance
20+
21+
- reuse ratelimiter's cleanup instant ([#2212](https://github.com/twilight-rs/twilight/issues/2212))
22+
23+
### Refactor
24+
25+
- reformat code with rustfmt 1.6.0 ([#2233](https://github.com/twilight-rs/twilight/issues/2233))
26+
- remove ratelimiter sleep from new ([#2232](https://github.com/twilight-rs/twilight/issues/2232))
27+
- inline `future` into `shard` ([#2226](https://github.com/twilight-rs/twilight/issues/2226))
28+
- replace `StreamExt::next` with `Stream::poll_next` ([#2251](https://github.com/twilight-rs/twilight/issues/2251))
29+
- cleanup dispatch sequence handling ([#2225](https://github.com/twilight-rs/twilight/issues/2225))
30+
31+
### Testing
32+
33+
- assert spurious ratelimiter poll doesn't reset deadline ([#2185](https://github.com/twilight-rs/twilight/issues/2185))
34+
335
## [0.15.2] - 2023-04-27
436

537
### Build

twilight-http-ratelimiting/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Build
6+
7+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
8+
9+
### Features
10+
11+
- Add support for guild onboarding ([#2130](https://github.com/twilight-rs/twilight/issues/2130))
12+
313
## [0.15.1] - 2023-02-26
414

515
### Refactor

twilight-http/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- [**breaking**] fix `UpdateFollowup` falsely returning an `EmptyBody` ([#2203](https://github.com/twilight-rs/twilight/issues/2203)) ([#2214](https://github.com/twilight-rs/twilight/issues/2214))
8+
- fix get invite query params ([#2256](https://github.com/twilight-rs/twilight/issues/2256))
9+
10+
### Documentation
11+
12+
- add limit to guild members request ([#2254](https://github.com/twilight-rs/twilight/issues/2254))
13+
- fix `Client::delete_messages` ([#2252](https://github.com/twilight-rs/twilight/issues/2252))
14+
15+
### Features
16+
17+
- Add support for guild onboarding ([#2130](https://github.com/twilight-rs/twilight/issues/2130))
18+
- add `default_forum_layout` option for channel creation ([#2245](https://github.com/twilight-rs/twilight/issues/2245))
19+
320
## [0.15.2] - 2023-04-27
421

522
### Bug Fixes

twilight-lavalink/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
9+
### Build
10+
11+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
12+
313
## [0.15.1] - 2023-02-26
414

515
### Refactor

twilight-mention/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Build
6+
7+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
8+
9+
### Refactor
10+
11+
- reformat code with rustfmt 1.6.0 ([#2233](https://github.com/twilight-rs/twilight/issues/2233))
12+
313
## [0.15.1] - 2023-02-26
414

515
### Refactor

twilight-model/CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
- add VanityUrl uses ([#2257](https://github.com/twilight-rs/twilight/issues/2257))
9+
10+
### Features
11+
12+
- Add `USE_EXTERNAL_SOUNDS` permission ([#2213](https://github.com/twilight-rs/twilight/issues/2213))
13+
- add support for join raid and mention raid protection ([#2204](https://github.com/twilight-rs/twilight/issues/2204))
14+
- include `guild_id` in ThreadMemberUpdate ([#2236](https://github.com/twilight-rs/twilight/issues/2236))
15+
- Add support for guild onboarding ([#2130](https://github.com/twilight-rs/twilight/issues/2130))
16+
- Support new username system ([#2231](https://github.com/twilight-rs/twilight/issues/2231))
17+
- add `message_author_id` for reaction add events ([#2244](https://github.com/twilight-rs/twilight/issues/2244))
18+
- add audit log monetization event types ([#2243](https://github.com/twilight-rs/twilight/issues/2243))
19+
- add support for attachment flags ([#2241](https://github.com/twilight-rs/twilight/issues/2241))
20+
- add support for role flags ([#2240](https://github.com/twilight-rs/twilight/issues/2240))
21+
- extend `Event::guild_id` ([#2234](https://github.com/twilight-rs/twilight/issues/2234))
22+
- remove `tracing` ([#2238](https://github.com/twilight-rs/twilight/issues/2238))
23+
- add `integration_type` to audit log entries ([#2266](https://github.com/twilight-rs/twilight/issues/2266))
24+
25+
### Model
26+
27+
- Implement `visit_i64` for IdVisitor ([#2193](https://github.com/twilight-rs/twilight/issues/2193))
28+
329
## [0.15.2] - 2023-04-27
430

531
### Bug Fixes
@@ -192,12 +218,12 @@ redirection.
192218
- Add a note in the `command` module recommending users to use the
193219
`CommandBuilder`.
194220
- `CommandBuilder` retains its API, but is internally more complicated.
195-
221+
196222
Through the following series of PRs, modules and types have been moved around
197223
and renamed in order to be more concise. `MessageReaction` has been renamed to
198224
`Reaction`, and thus the previous `Reaction` has been renamed to
199225
`GatewayReaction`. Besides that, the changes are too extensive to list here;
200-
proper tooling is recommended in order to sort out the new imports.
226+
proper tooling is recommended in order to sort out the new imports.
201227
- [**breaking**] move related modules under `guild` ([#1814](https://github.com/twilight-rs/twilight/issues/1814))
202228
- [**breaking**] move related modules under `message` ([#1831](https://github.com/twilight-rs/twilight/issues/1831))
203229

twilight-standby/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
9+
### Build
10+
11+
- bump MSRV to 1.67 ([#2208](https://github.com/twilight-rs/twilight/issues/2208))
12+
13+
### Features
14+
15+
- Support new username system ([#2231](https://github.com/twilight-rs/twilight/issues/2231))
16+
- add `message_author_id` for reaction add events ([#2244](https://github.com/twilight-rs/twilight/issues/2244))
17+
318
## [0.15.2] - 2023-04-27
419

520
### Documentation

twilight-validate/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Bug Fixes
6+
7+
- clippy 1.72 lints ([#2268](https://github.com/twilight-rs/twilight/issues/2268))
8+
- improve validation of command option descriptions ([#2269](https://github.com/twilight-rs/twilight/issues/2269))
9+
10+
### Documentation
11+
12+
- Fix broken intra-doc links ([#2220](https://github.com/twilight-rs/twilight/issues/2220))
13+
314
## [0.15.1] - 2023-02-26
415

516
### Features
@@ -54,7 +65,7 @@ of `command::option` and `command::options` have been simplified.
5465
### Features
5566

5667
Validate attachment descriptions ([#1890] - [@itohatweb]). Adds
57-
`message::{attachment, attachment_description}`.
68+
`message::{attachment, attachment_description}`.
5869

5970
Due to [**breaking**] add create guild ban delete message seconds ([#1884] -
6071
[@itohatweb]), `request::create_guild_ban_delete_message_days` has been replaced

0 commit comments

Comments
 (0)