Skip to content

Commit 1db8fca

Browse files
committed
chore: Release
1 parent aad02d8 commit 1db8fca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

minidumper/CHANGELOG.md

+3-1
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.8.0] - 2023-04-03
1213
### Changed
1314
- [PR#70](https://github.com/EmbarkStudios/crash-handling/pull/70) removed `winapi` in favor of embedded bindings.
1415

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

6061
<!-- 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
6264
[0.7.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0
6365
[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.1...minidumper-0.6.0
6466
[0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.0...minidumper-0.5.1

minidumper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minidumper"
3-
version = "0.7.0"
3+
version = "0.8.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)