Skip to content

Commit

Permalink
release(model): bump to v0.6.1
Browse files Browse the repository at this point in the history
Fixes

Properly handle `ChoiceCommandOptionData` with a missing choices field
([twilight-rs#1087] - [@MaxOhn]).

[@MaxOhn]: https://github.com/MaxOhn
[twilight-rs#1087]: twilight-rs#1087

Signed-off-by: Zeyla Hellyer <zeyla@hellyer.dev>
  • Loading branch information
zeylahellyer authored and 7596ff committed Aug 25, 2021
1 parent 5ff73db commit 56ee62d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog for `twilight-model`.

## [0.6.1] - 2021-08-18

### Fixes

Properly handle `ChoiceCommandOptionData` with a missing choices field
([#1087] - [@MaxOhn]).

[#1087]: https://github.com/twilight-rs/twilight/pull/1087

## [0.6.0] - 2021-07-31

### Enhancements
Expand Down Expand Up @@ -751,6 +760,7 @@ Initial release.
[@james7132]: https://github.com/james7132
[@jazevedo620]: https://github.com/jazevedo620
[@kotx]: https://github.com/kotx
[@MaxOhn]: https://github.com/MaxOhn
[@nickelc]: https://github.com/nickelc
[@sam-kirby]: https://github.com/sam-kirby
[@tbnritzdoge]: https://github.com/tbnritzdoge
Expand Down Expand Up @@ -780,6 +790,7 @@ Initial release.

[0.2.0-beta.1:app integrations]: https://github.com/discord/discord-api-docs/commit/a926694e2f8605848bda6b57d21c8817559e5cec

[0.6.1]: https://github.com/twilight-rs/twilight/releases/tag/model-0.6.1
[0.5.4]: https://github.com/twilight-rs/twilight/releases/tag/model-0.5.4
[0.5.3]: https://github.com/twilight-rs/twilight/releases/tag/model-0.5.3
[0.5.2]: https://github.com/twilight-rs/twilight/releases/tag/model-0.5.2
Expand Down
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "twilight-model"
publish = false
readme = "README.md"
repository = "https://github.com/twilight-rs/twilight.git"
version = "0.6.0"
version = "0.6.1"

[dependencies]
bitflags = { default-features = false, version = "1" }
Expand Down

0 comments on commit 56ee62d

Please sign in to comment.