From aad02d887af116faff292c9c5883f2c658adb117 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 3 Apr 2023 14:09:42 +0200 Subject: [PATCH] chore: Release --- crash-handler/CHANGELOG.md | 4 +++- crash-handler/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crash-handler/CHANGELOG.md b/crash-handler/CHANGELOG.md index 1d78810..082948d 100644 --- a/crash-handler/CHANGELOG.md +++ b/crash-handler/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.6.0] - 2023-04-03 ### Changed - [PR#70](https://github.com/EmbarkStudios/crash-handling/pull/70) removed `winapi` in favor of embedded bindings. @@ -68,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial pass of crash-context, Linux only -[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.6.0...HEAD +[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.1...crash-handler-0.6.0 [0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.5.0...crash-handler-0.5.1 [0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.4.0...crash-handler-0.5.0 [0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-0.3.3...crash-handler-0.4.0 diff --git a/crash-handler/Cargo.toml b/crash-handler/Cargo.toml index 3782fbf..097f3ab 100644 --- a/crash-handler/Cargo.toml +++ b/crash-handler/Cargo.toml @@ -2,7 +2,7 @@ name = "crash-handler" description = "Allows running of user code during crash events" repository = "https://github.com/EmbarkStudios/crash-handling" -version = "0.5.1" +version = "0.6.0" authors = ["Embark "] edition = "2021" license = "MIT OR Apache-2.0"