Skip to content

Commit b304aac

Browse files
committed
Release crash-handler-0.4.0
1 parent f5e5109 commit b304aac

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.4.0] - 2022-10-21
1213
### Added
1314
- [PR#60](https://github.com/EmbarkStudios/crash-handling/pull/60) resolved [#59](https://github.com/EmbarkStudios/crash-handling/issues/59) by adding support for `PR_SET_PTRACER` before invoking the user callback, ensuring that an external process has permissions to perform `ptrace` operations on the crashing process, even if `/proc/sys/kernel/yama/ptrace_scope` is set to restricted (1), as this is the default for most newer distributions.
1415

@@ -50,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5051
- Initial pass of crash-context, Linux only
5152

5253
<!-- next-url -->
53-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...HEAD
54+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...HEAD
55+
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...crash-handler-0.4.0
5456
[0.3.3]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.2...crash-handler-0.3.3
5557
[0.3.2]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...crash-handler-0.3.2
5658
[0.3.1]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...0.3.1

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

0 commit comments

Comments
 (0)