Skip to content

Commit 0496b2b

Browse files
committed
Release 0.3.0
1 parent 1895291 commit 0496b2b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12-
### Changed
13-
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate.
14-
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) updated `tracing-subscriber` and `parking_lot`.
15-
12+
## [0.3.0] - 2022-03-02
1613
## [0.2.1] - 2021-09-29
1714
### Added
1815
- [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
5552
- Initial crate squat
5653

5754
<!-- next-url -->
58-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...HEAD
55+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD
56+
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
5957
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1
6058
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0
6159
[0.1.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.3...0.1.4

sdk/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.3.0] - 2022-03-02
1213
## [0.2.1] - 2021-09-29
1314
### Added
1415
- [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
5152
- Initial crate squat
5253

5354
<!-- next-url -->
54-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...HEAD
55+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD
56+
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
5557
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1
5658
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0
5759
[0.1.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.3...0.1.4

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "discord-sdk"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)