aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-12-20 11:16:03 -0800
committerZeyla Hellyer <[email protected]>2018-01-21 09:29:44 -0800
commit352c80b9e5a433dc58e80f18354169d4a430ac53 (patch)
tree501796dd6c70dc69f88d91d0483066dc407b7581
parentAdd `animated` to `Emoji` and `ReactionType` (diff)
downloadserenity-352c80b9e5a433dc58e80f18354169d4a430ac53.tar.xz
serenity-352c80b9e5a433dc58e80f18354169d4a430ac53.zip
Bump to v0.4.6
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.toml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40af1e3..adbb181 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
This project mostly adheres to [Semantic Versioning][semver].
+## [0.4.6] - 2017-12-20
+
+This release contains a fix for deserializing `Emoji`s and `ReactionType`s, due
+to the new `animated` payload key.
+
+### Fixed
+
+- [model] Fix Emoji and ReactionType deserialization [c:5286949]
+
## [0.4.5] - 2017-12-09
This release contains a hotfix for the hotfix release, as well as a slight
@@ -1541,6 +1550,8 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);
Initial commit.
+[0.4.6]: https://github.com/zeyla/serenity/compare/v0.4.5...v0.4.6
+[0.4.5]: https://github.com/zeyla/serenity/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/zeyla/serenity/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/zeyla/serenity/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/zeyla/serenity/compare/v0.4.1...v0.4.2
@@ -1594,6 +1605,8 @@ Initial commit.
[@xentec]: https://github.com/xentec
[@zeyla]: https://github.com/zeyla
+[c:5286949]: https://github.com/zeyla/serenity/commit/5286949f424e824784344ebb7b7af4e52fb819c3
+
[c:52403a5]: https://github.com/zeyla/serenity/commit/52403a5084ed7f0589bde3351844907a92de2d62
[c:795eaa1]: https://github.com/zeyla/serenity/commit/795eaa15bca61116fbde9c2482c765f2d47a7696
diff --git a/Cargo.toml b/Cargo.toml
index 485dd45..41ce522 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/zeyla/serenity.git"
-version = "0.4.5"
+version = "0.4.6"
[dependencies]
bitflags = "^1.0"