Skip to content

Commit

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

<!-- next-header -->
## [Unreleased] - ReleaseDate
### 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.

## [0.3.1] - 2022-11-25
## [0.3.0] - 2022-03-02
### Changed
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate.
Expand Down Expand Up @@ -59,7 +57,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.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
[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
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0
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.1] - 2022-11-25
## [0.3.0] - 2022-03-02
### Changed
- [PR#20](https://github.com/EmbarkStudios/discord-sdk/pull/20) replaced `chrono` in favor of the (maintained) `time` crate.
Expand Down Expand Up @@ -56,7 +57,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.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...HEAD
[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
[0.2.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.1.4...0.2.0
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.0"
version = "0.3.1"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 9253786

Please sign in to comment.