Skip to content

Commit 4538ffa

Browse files
committed
Release 0.3.8
1 parent 0d64ca2 commit 4538ffa

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.3.8] - 2024-09-02
1213
### Added
1314
- [PR#40](https://github.com/EmbarkStudios/discord-sdk/pull/40) added `ActitivityBuilder::kind`.
1415

@@ -90,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9091
- Initial crate squat
9192

9293
<!-- next-url -->
93-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.7...HEAD
94+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.8...HEAD
95+
[0.3.8]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.7...0.3.8
9496
[0.3.7]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.6...0.3.7
9597
[0.3.6]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...0.3.6
9698
[0.3.5]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...0.3.5

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

0 commit comments

Comments
 (0)