From 98c0483fdeb4bad77392f3bb6a18273c836cc3d4 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 5 Jan 2023 14:21:27 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 7 ++++++- sdk/CHANGELOG.md | 4 +++- sdk/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eecf8..77ad061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.3.2] - 2023-01-05 +### Fixed +- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows. + ## [0.3.1] - 2022-11-25 ### Fixed - [PR#21](https://github.com/EmbarkStudios/discord-sdk/pull/21) fixed the resolution of the Unix domain socket on Linux if Discord is being run via flatpak. @@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crate squat -[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD +[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1 diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 1cb873d..77ad061 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.3.2] - 2023-01-05 ### Fixed - [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows. @@ -63,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crate squat -[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD +[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index aad4328..713b16f 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.1" +version = "0.3.2" authors = [ "Embark ", "Jake Shadle ",