Skip to content

Commit f118308

Browse files
committed
Release crash-handler-0.3.2
1 parent 1fc74ba commit f118308

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crash-handler/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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] - 2022-07-19
1213
### Fixed
1314
- [PR#38](https://github.com/EmbarkStudios/crash-handling/pull/38) resolved [#31](https://github.com/EmbarkStudios/crash-handling/issues/31) and [#35](https://github.com/EmbarkStudios/crash-handling/issues/35) by adding support for 64-bit codes in the mach exception information, as well as now handling `EXC_CRASH` exceptions.
1415
- [PR#43](https://github.com/EmbarkStudios/crash-handling/pull/42) resolved [#42](https://github.com/EmbarkStudios/crash-handling/issues/42) by fixing a bug on `aarch64-linux`. Thanks [@sfackler](https://github.com/sfackler)!
@@ -38,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3839
- Initial pass of crash-context, Linux only
3940

4041
<!-- next-url -->
41-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...HEAD
42+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.2...HEAD
43+
[0.3.2]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...crash-handler-0.3.2
4244
[0.3.1]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...0.3.1
4345
[0.3.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-v0.1.0...0.3.0
4446
[crash-handler-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/crash-handler-v0.1.0

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.1"
5+
version = "0.3.2"
66
authors = ["Embark <[email protected]>"]
77
edition = "2021"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)