Skip to content

Commit 19b8d5e

Browse files
committed
Release crash-handler-0.5.1
1 parent 5aa704b commit 19b8d5e

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.1] - 2022-11-17
1213
### Fixed
1314
- [PR#64](https://github.com/EmbarkStudios/crash-handling/pull/64) fixed compilation for `aarch64-linux-android`. Additional targets were added to CI so they get caught before release.
1415

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

6667
<!-- next-url -->
67-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...HEAD
68+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...HEAD
69+
[0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...crash-handler-0.5.1
6870
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0
6971
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...crash-handler-0.4.0
7072
[0.3.3]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.2...crash-handler-0.3.3

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

0 commit comments

Comments
 (0)