Skip to content

Commit d34d00b

Browse files
committed
chore: Release
1 parent 789c994 commit d34d00b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crash-handler/CHANGELOG.md

+3-1
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.1] - 2024-01-29
1213
### Added
1314
- [PR#81](https://github.com/EmbarkStudios/crash-handling/pull/81) resolved [#79](https://github.com/EmbarkStudios/crash-handling/issues/79) by adding `make_single_crash_event`.
1415

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

7475
<!-- next-url -->
75-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.0...HEAD
76+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.1...HEAD
77+
[0.6.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.0...crash-handler-0.6.1
7678
[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...crash-handler-0.6.0
7779
[0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...crash-handler-0.5.1
7880
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0

crash-handler/Cargo.toml

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

0 commit comments

Comments
 (0)