Skip to content

Commit 1a019f3

Browse files
committed
chore: Release
1 parent a2eb931 commit 1a019f3

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.6] - 2024-03-05
1213
## [0.3.5] - 2023-10-04
1314
### Changed
1415
- [PR#34](https://github.com/EmbarkStudios/discord-sdk/pull/34) replaced `base64` with `data-encoding`.
@@ -79,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7980
- Initial crate squat
8081

8182
<!-- next-url -->
82-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...HEAD
83+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.6...HEAD
84+
[0.3.6]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...0.3.6
8385
[0.3.5]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...0.3.5
8486
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
8587
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3

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

0 commit comments

Comments
 (0)