File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
<!-- next-header -->
11
11
## [ Unreleased] - ReleaseDate
12
+ ## [ 0.6.1] - 2024-01-29
12
13
### Added
13
14
- [ 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 ` .
14
15
@@ -72,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
73
- Initial pass of crash-context, Linux only
73
74
74
75
<!-- 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
76
78
[ 0.6.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...crash-handler-0.6.0
77
79
[ 0.5.1 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...crash-handler-0.5.1
78
80
[ 0.5.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0
Original file line number Diff line number Diff line change 2
2
name = " crash-handler"
3
3
description = " Allows running of user code during crash events"
4
4
repository = " https://github.com/EmbarkStudios/crash-handling"
5
- version = " 0.6.0 "
5
+ version = " 0.6.1 "
6
6
authors = [
" Embark <[email protected] >" ]
7
7
edition = " 2021"
8
8
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments