Skip to content

Commit 9253786

Browse files
committed
chore: Release
1 parent 76b291e commit 9253786

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

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

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12-
### Fixed
13-
- [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.
14-
12+
## [0.3.1] - 2022-11-25
1513
## [0.3.0] - 2022-03-02
1614
### Changed
1715
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate.
@@ -59,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5957
- Initial crate squat
6058

6159
<!-- next-url -->
62-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD
60+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
61+
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
6362
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
6463
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1
6564
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0

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.1] - 2022-11-25
1213
## [0.3.0] - 2022-03-02
1314
### Changed
1415
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate.
@@ -56,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5657
- Initial crate squat
5758

5859
<!-- next-url -->
59-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...HEAD
60+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
61+
[0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1
6062
[0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0
6163
[0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1
6264
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0

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

0 commit comments

Comments
 (0)