File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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
99
1010<!-- next-header -->
1111## [ Unreleased] - ReleaseDate
12+ ## [ 0.6.0] - 2023-04-03
1213### Changed
1314- [ PR #70 ] ( https://github.com/EmbarkStudios/crash-handling/pull/70 ) removed ` winapi ` in favor of embedded bindings.
1415
@@ -68,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6869- Initial pass of crash-context, Linux only
6970
7071<!-- next-url -->
71- [ Unreleased ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...HEAD
72+ [ Unreleased ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.0...HEAD
73+ [ 0.6.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...crash-handler-0.6.0
7274[ 0.5.1 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...crash-handler-0.5.1
7375[ 0.5.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0
7476[ 0.4.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...crash-handler-0.4.0
Original file line number Diff line number Diff line change 22name = " crash-handler"
33description = " Allows running of user code during crash events"
44repository = " https://github.com/EmbarkStudios/crash-handling"
5- version = " 0.5.1 "
5+ version = " 0.6.0 "
66authors = [
" Embark <[email protected] >" ]
77edition = " 2021"
88license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments