From 0496b2ba6dbfcaa0265cb91880cd822577b9fa1c Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 2 Mar 2022 23:55:34 +0100 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 8 +++----- sdk/CHANGELOG.md | 4 +++- sdk/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c38df..1dcb4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -### Changed -- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate. -- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) updated `tracing-subscriber` and `parking_lot`. - +## [0.3.0] - 2022-03-02 ## [0.2.1] - 2021-09-29 ### Added - [PR#19](https://github.com/EmbarkStudios/discord-sdk/pull/19) added an empty `register_app` implementation so that discord-sdk can be compiled for most targets, even if it doesn't actually function on them. @@ -55,7 +52,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.2.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD +[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 [0.1.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.3...0.1.4 diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index d78b0ea..1dcb4dd 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.0] - 2022-03-02 ## [0.2.1] - 2021-09-29 ### Added - [PR#19](https://github.com/EmbarkStudios/discord-sdk/pull/19) added an empty `register_app` implementation so that discord-sdk can be compiled for most targets, even if it doesn't actually function on them. @@ -51,7 +52,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.2.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD +[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 [0.1.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.3...0.1.4 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 2d11336..9a146fc 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.2.1" +version = "0.3.0" authors = [ "Embark ", "Jake Shadle ",