Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 25, 2022
1 parent 9490431 commit f160416
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 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.1] - 2022-05-25
## [0.3.1] - 2022-05-25
## [0.3.1] - 2022-05-25
## [0.3.1] - 2022-05-25
### Changed
- Updated to `minidump-writer` 0.2.1 which includes support for MacOS thread names, and aligns on crash-context 0.3.0.

Expand All @@ -33,7 +37,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial pass of crash-context, Linux only

<!-- next-url -->
[Unreleased]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...HEAD
[Unreleased]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...HEAD
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-v0.1.0...0.3.0
[crash-handler-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/crash-handler-v0.1.0
[sadness-generator-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/sadness-generator-v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion crash-context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crash-context"
version = "0.3.0"
version = "0.3.1"
description = "Provides portable types containing target specific contextual information at the time of a crash"
repository = "https://github.com/EmbarkStudios/crash-handling"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion crash-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "crash-handler"
description = "Allows running of user code during crash events"
repository = "https://github.com/EmbarkStudios/crash-handling"
version = "0.3.0"
version = "0.3.1"
authors = ["Embark <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion minidumper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minidumper"
version = "0.3.0"
version = "0.3.1"
description = "IPC impl for creating a minidump for a crashed process"
repository = "https://github.com/EmbarkStudios/crash-handling"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion sadness-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sadness-generator"
version = "0.3.0"
version = "0.3.1"
description = "Provides various ways to make your program sad"
repository = "https://github.com/EmbarkStudios/crash-handling"
authors = [
Expand Down

0 comments on commit f160416

Please sign in to comment.