Skip to content

Commit

Permalink
release: generate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vilgotf committed Apr 27, 2023
1 parent 77f18ae commit 7ceb77e
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 0 deletions.
11 changes: 11 additions & 0 deletions twilight-cache-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [unreleased]

### Features

- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191))
- add support for voice messages ([#2196](https://github.com/twilight-rs/twilight/issues/2196))

### Performance

- replace hashmap iter with get ([#2164](https://github.com/twilight-rs/twilight/issues/2164))

## [0.15.1] - 2023-02-26

### Features
Expand Down
7 changes: 7 additions & 0 deletions twilight-gateway-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [unreleased]

### Bug Fixes

- fix update of DayLimiter's next_reset field ([#2175](https://github.com/twilight-rs/twilight/issues/2175))
- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198))

## [0.15.1] - 2023-02-26

### Refactor
Expand Down
11 changes: 11 additions & 0 deletions twilight-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [unreleased]

### Build

- allow simd-json 0.8 and 0.9 ([#2202](https://github.com/twilight-rs/twilight/issues/2202))

### Performance

- ratelimiter algorithm improvements ([#2143](https://github.com/twilight-rs/twilight/issues/2143))
- speed up spurious ratelimiter poll ([#2186](https://github.com/twilight-rs/twilight/issues/2186))

## [0.15.1] - 2023-02-26

### Bug Fixes
Expand Down
16 changes: 16 additions & 0 deletions twilight-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [unreleased]

### Bug Fixes

- use reason in update guild sticker ([#2181](https://github.com/twilight-rs/twilight/issues/2181))
- nullable current member nick ([#2188](https://github.com/twilight-rs/twilight/issues/2188))
- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198))

### Build

- allow simd-json 0.8 and 0.9 ([#2202](https://github.com/twilight-rs/twilight/issues/2202))

### Refactor

- remove get automod rule reasons ([#2165](https://github.com/twilight-rs/twilight/issues/2165))

## [0.15.1] - 2023-02-26

### Features
Expand Down
23 changes: 23 additions & 0 deletions twilight-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [unreleased]

### Bug Fixes

- handle clyde ai hash ([#2182](https://github.com/twilight-rs/twilight/issues/2182))
- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198))
- Don't deserialize option values as `Id`'s if option type is `String` ([#2190](https://github.com/twilight-rs/twilight/issues/2190))

### Documentation

- fix event integration variant docs ([#2173](https://github.com/twilight-rs/twilight/issues/2173))

### Features

- add mention_total_limit, regex_patterns to automod ([#2184](https://github.com/twilight-rs/twilight/issues/2184))
- add 2 new guild permissions, rename 1 ([#2180](https://github.com/twilight-rs/twilight/issues/2180))
- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191))
- add support for voice messages ([#2196](https://github.com/twilight-rs/twilight/issues/2196))

### Performance

- improve image hash parsing ([#2139](https://github.com/twilight-rs/twilight/issues/2139))

## [0.15.1] - 2023-02-26

### Documentation
Expand Down
10 changes: 10 additions & 0 deletions twilight-standby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [unreleased]

### Documentation

- timeout example ([#2174](https://github.com/twilight-rs/twilight/issues/2174))

### Features

- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191))

## [0.15.1] - 2023-02-26

### Refactor
Expand Down
6 changes: 6 additions & 0 deletions twilight-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [unreleased]

### Features

- add 2 new guild permissions, rename 1 ([#2180](https://github.com/twilight-rs/twilight/issues/2180))

## [0.15.1] - 2023-02-26

### Refactor
Expand Down

0 comments on commit 7ceb77e

Please sign in to comment.