Skip to content

Commit 0038db3

Browse files
committed
chore: Release
1 parent a27756f commit 0038db3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.3.4] - 2023-03-31
13+
### Fixed
14+
- [PR#30](https://github.com/EmbarkStudios/discord-sdk/pull/30) fixed a bug with asset key validation added in [PR#26](https://github.com/EmbarkStudios/discord-sdk/pull/26). Thanks [@winrg](https://github.com/winrg)!
15+
1216
## [0.3.3] - 2023-03-20
1317
### Added
1418
- [PR#24](https://github.com/EmbarkStudios/discord-sdk/pull/24) added support for [buttons](https://discord.com/developers/docs/interactions/message-components#buttons). Thanks [@NyCodeGHG](https://github.com/NyCodeGHG)!
@@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7175
- Initial crate squat
7276

7377
<!-- next-url -->
74-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...HEAD
78+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD
79+
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
7580
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3
7681
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
7782
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1

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.4] - 2023-03-31
1213
### Fixed
1314
- [PR#30](https://github.com/EmbarkStudios/discord-sdk/pull/30) fixed a bug with asset key validation added in [PR#26](https://github.com/EmbarkStudios/discord-sdk/pull/26). Thanks [@winrg](https://github.com/winrg)!
1415

@@ -74,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7475
- Initial crate squat
7576

7677
<!-- next-url -->
77-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...HEAD
78+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD
79+
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
7880
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3
7981
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
8082
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1

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

0 commit comments

Comments
 (0)