Skip to content

Commit fc23627

Browse files
committed
chore: Release
1 parent 4181205 commit fc23627

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0] - 2024-12-17
1213
### Removed
1314
- [PR#43](https://github.com/EmbarkStudios/discord-sdk/pull/43) removed the `Voice` and `Lobby` APIs as Discord removed them over a year ago.
1415

@@ -94,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9495
- Initial crate squat
9596

9697
<!-- next-url -->
97-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.8...HEAD
98+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.4.0...HEAD
99+
[0.4.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.8...0.4.0
98100
[0.3.8]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.7...0.3.8
99101
[0.3.7]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.6...0.3.7
100102
[0.3.6]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...0.3.6

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.3.8"
3+
version = "0.4.0"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)