Skip to content

Commit 0744245

Browse files
committed
Release crash-handler 0.6.3
1 parent ae5a565 commit 0744245

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.3] - 2025-05-13
1213
### Fixed
1314
- [PR#94](https://github.com/EmbarkStudios/crash-handling/pull/94) resolved a case of UB, resolving [#93](https://github.com/EmbarkStudios/crash-handling/issues/93). Thanks [@Chain-Fox](https://github.com/Chain-Fox)!
1415
- [PR#96](https://github.com/EmbarkStudios/crash-handling/pull/96) resolved [#92](https://github.com/EmbarkStudios/crash-handling/issues/92) by avoid creating a copy of the crash context on the stack, which on `aarch64-linux` would result in a stack overflow in the signal handler.
@@ -87,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8788
- Initial pass of crash-context, Linux only
8889

8990
<!-- next-url -->
90-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.2...HEAD
91+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.3...HEAD
92+
[0.6.3]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.2...crash-handler-0.6.3
9193
[0.6.2]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.1...crash-handler-0.6.2
9294
[0.6.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.0...crash-handler-0.6.1
9395
[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...crash-handler-0.6.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.6.2"
5+
version = "0.6.3"
66
authors = ["Embark <[email protected]>"]
77
edition = "2024"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)