Skip to content

Commit e2917df

Browse files
committed
Release minidumper-0.7.0
1 parent 33dc42d commit e2917df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

minidumper/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.7.0] - 2022-11-17
1213
### Fixed
1314
- [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.
1415

@@ -54,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5455
- Initial pass of crash-context, Linux only
5556

5657
<!-- next-url -->
57-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...HEAD
58+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...HEAD
59+
[0.7.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0
5860
[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.1...minidumper-0.6.0
5961
[0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.0...minidumper-0.5.1
6062
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.4.0...minidumper-0.5.0

minidumper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minidumper"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "IPC impl for creating a minidump for a crashed process"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

0 commit comments

Comments
 (0)