Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 31, 2023
1 parent a27756f commit 0038db3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.4] - 2023-03-31
### Fixed
- [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)!

## [0.3.3] - 2023-03-20
### Added
- [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)!
Expand Down Expand Up @@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial crate squat

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
Expand Down
4 changes: 3 additions & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.4] - 2023-03-31
### Fixed
- [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)!

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

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-sdk"
version = "0.3.3"
version = "0.3.4"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 0038db3

Please sign in to comment.