diff --git a/minidumper/CHANGELOG.md b/minidumper/CHANGELOG.md index 8613372..ab34a0b 100644 --- a/minidumper/CHANGELOG.md +++ b/minidumper/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] - 2022-10-21 ### Changed - [PR#60](https://github.com/EmbarkStudios/crash-handling/pull/60) updated `minidump-writer -> 0.5` and `windows-sys -> 0.42`. @@ -50,7 +51,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/minidumper-0.5.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...HEAD +[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.1...minidumper-0.6.0 [0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.0...minidumper-0.5.1 [0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.4.0...minidumper-0.5.0 [0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...minidumper-0.4.0 diff --git a/minidumper/Cargo.toml b/minidumper/Cargo.toml index 9cd4a6d..7ff8d8e 100644 --- a/minidumper/Cargo.toml +++ b/minidumper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidumper" -version = "0.5.1" +version = "0.6.0" description = "IPC impl for creating a minidump for a crashed process" repository = "https://github.com/EmbarkStudios/crash-handling" authors = [