From e2917df9ff39051aaa345b10843c72aae0777a4b Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 17 Nov 2022 15:46:08 +0100 Subject: [PATCH] Release minidumper-0.7.0 --- minidumper/CHANGELOG.md | 4 +++- minidumper/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/minidumper/CHANGELOG.md b/minidumper/CHANGELOG.md index 2d1c502..e68bcbb 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.7.0] - 2022-11-17 ### Fixed - [PR#63](https://github.com/EmbarkStudios/crash-handling/pull/63) replaced `windows-sys` with `winapi`, resolving [#61](https://github.com/EmbarkStudios/crash-handling/issues/61). Eventually `winapi` will be removed as well. @@ -54,7 +55,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.6.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...HEAD +[0.7.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0 [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 diff --git a/minidumper/Cargo.toml b/minidumper/Cargo.toml index 767dbd5..dcb2a59 100644 --- a/minidumper/Cargo.toml +++ b/minidumper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidumper" -version = "0.6.0" +version = "0.7.0" description = "IPC impl for creating a minidump for a crashed process" repository = "https://github.com/EmbarkStudios/crash-handling" authors = [