Skip to content

Commit

Permalink
Release minidumper-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 17, 2022
1 parent 33dc42d commit e2917df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion minidumper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [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.

Expand Down Expand Up @@ -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

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion minidumper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit e2917df

Please sign in to comment.