File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
<!-- next-header -->
11
11
## [ Unreleased] - ReleaseDate
12
+ ## [ 0.8.0] - 2023-04-03
12
13
### Changed
13
14
- [ PR #70 ] ( https://github.com/EmbarkStudios/crash-handling/pull/70 ) removed ` winapi ` in favor of embedded bindings.
14
15
@@ -58,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
59
- Initial pass of crash-context, Linux only
59
60
60
61
<!-- next-url -->
61
- [ Unreleased ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...HEAD
62
+ [ Unreleased ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.0...HEAD
63
+ [ 0.8.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...minidumper-0.8.0
62
64
[ 0.7.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0
63
65
[ 0.6.0 ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.1...minidumper-0.6.0
64
66
[ 0.5.1 ] : https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.0...minidumper-0.5.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " minidumper"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
description = " IPC impl for creating a minidump for a crashed process"
5
5
repository = " https://github.com/EmbarkStudios/crash-handling"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments