Skip to content

Commit f160416

Browse files
committed
Release 0.3.1
1 parent 9490431 commit f160416

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.1] - 2022-05-25
13+
## [0.3.1] - 2022-05-25
14+
## [0.3.1] - 2022-05-25
15+
## [0.3.1] - 2022-05-25
1216
### Changed
1317
- Updated to `minidump-writer` 0.2.1 which includes support for MacOS thread names, and aligns on crash-context 0.3.0.
1418

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

3539
<!-- next-url -->
36-
[Unreleased]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...HEAD
40+
[Unreleased]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...HEAD
41+
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
42+
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
43+
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.1...0.3.1
44+
[0.3.1]: https://github.com/rust-minidump/crash-handling/compare/0.3.0...0.3.1
3745
[0.3.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-v0.1.0...0.3.0
3846
[crash-handler-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/crash-handler-v0.1.0
3947
[sadness-generator-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/sadness-generator-v0.1.0

crash-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crash-context"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Provides portable types containing target specific contextual information at the time of a crash"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

crash-handler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "crash-handler"
33
description = "Allows running of user code during crash events"
44
repository = "https://github.com/EmbarkStudios/crash-handling"
5-
version = "0.3.0"
5+
version = "0.3.1"
66
authors = ["Embark <[email protected]>"]
77
edition = "2021"
88
license = "MIT OR Apache-2.0"

minidumper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minidumper"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "IPC impl for creating a minidump for a crashed process"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

sadness-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sadness-generator"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Provides various ways to make your program sad"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

0 commit comments

Comments
 (0)