Skip to content

Commit 33dc42d

Browse files
committed
Release crash-handler-0.5.0
1 parent 2e93056 commit 33dc42d

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.5.0] - 2022-11-17
1213
### Added
1314
- [PR#62](https://github.com/EmbarkStudios/crash-handling/pull/62) and [PR#63](https://github.com/EmbarkStudios/crash-handling/pull/63) added support for handling `SIGABRT` on Windows.
1415

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

6263
<!-- next-url -->
63-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...HEAD
64+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...HEAD
65+
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0
6466
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...crash-handler-0.4.0
6567
[0.3.3]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.2...crash-handler-0.3.3
6668
[0.3.2]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...crash-handler-0.3.2

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

0 commit comments

Comments
 (0)