Skip to content

Commit 3b77c9b

Browse files
committed
chore: Release
1 parent d34d00b commit 3b77c9b

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.8.1] - 2024-01-29
1213
### Changed
1314
- [PR#81](https://github.com/EmbarkStudios/crash-handling/pull/81) resolved [#80](https://github.com/EmbarkStudios/crash-handling/issues/80) by updating `polling` to 0.3.
1415

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

6465
<!-- next-url -->
65-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.0...HEAD
66+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.1...HEAD
67+
[0.8.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.0...minidumper-0.8.1
6668
[0.8.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...minidumper-0.8.0
6769
[0.7.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0
6870
[0.6.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.5.1...minidumper-0.6.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.8.0"
3+
version = "0.8.1"
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)