From 9253786cf869df4e025f9c36e93ec0511f4d88d0 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 25 Nov 2022 15:38:49 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 7 +++---- sdk/CHANGELOG.md | 4 +++- sdk/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9ecc7..4003af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -### 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. - +## [0.3.1] - 2022-11-25 ## [0.3.0] - 2022-03-02 ### Changed - [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate. @@ -59,7 +57,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD +[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 [0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0 diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index d0b759e..4003af6 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.1] - 2022-11-25 ## [0.3.0] - 2022-03-02 ### Changed - [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate. @@ -56,7 +57,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD +[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 [0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 8ee41da..aad4328 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.0" +version = "0.3.1" authors = [ "Embark ", "Jake Shadle ",