Skip to content

Commit 98c0483

Browse files
committed
chore: Release
1 parent 4e71b9b commit 98c0483

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.2] - 2023-01-05
13+
### Fixed
14+
- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows.
15+
1216
## [0.3.1] - 2022-11-25
1317
### Fixed
1418
- [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.
@@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6064
- Initial crate squat
6165

6266
<!-- next-url -->
63-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
67+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD
68+
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
6469
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
6570
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
6671
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.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.2] - 2023-01-05
1213
### Fixed
1314
- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows.
1415

@@ -63,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6364
- Initial crate squat
6465

6566
<!-- next-url -->
66-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
67+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD
68+
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2
6769
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
6870
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
6971
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.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.1"
3+
version = "0.3.2"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)