Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 5, 2023
1 parent 4e71b9b commit 98c0483
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.2] - 2023-01-05
### Fixed
- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows.

## [0.3.1] - 2022-11-25
### Fixed
- [PR#21](https://github.com/EmbarkStudios/discord-sdk/pull/21) fixed the resolution of the Unix domain socket on Linux if Discord is being run via flatpak.
Expand Down Expand Up @@ -60,7 +64,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.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD
[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
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.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.2] - 2023-01-05
### Fixed
- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows.

Expand Down Expand Up @@ -63,7 +64,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.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD
[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
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.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.1"
version = "0.3.2"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 98c0483

Please sign in to comment.