From 56ee62df96d7a37fe932ff6fe510ecbad1616dee Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Tue, 17 Aug 2021 21:26:38 -0400 Subject: [PATCH] release(model): bump to v0.6.1 Fixes Properly handle `ChoiceCommandOptionData` with a missing choices field ([#1087] - [@MaxOhn]). [@MaxOhn]: https://github.com/MaxOhn [#1087]: https://github.com/twilight-rs/twilight/pull/1087 Signed-off-by: Zeyla Hellyer --- model/CHANGELOG.md | 11 +++++++++++ model/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/model/CHANGELOG.md b/model/CHANGELOG.md index 9545246cce5..71b080986c7 100644 --- a/model/CHANGELOG.md +++ b/model/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/model/Cargo.toml b/model/Cargo.toml index 65dce474289..bcb6792493e 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -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" }