Skip to content

Commit 065f3dd

Browse files
committed
chore: Release
1 parent 37e56ac commit 065f3dd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2] - 2024-02-15
1213
### Changed
1314
- [PR#83](https://github.com/EmbarkStudios/crash-handling/pull/83) updated `scroll` to 0.12.
1415

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

6869
<!-- next-url -->
69-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.1...HEAD
70+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.2...HEAD
71+
[0.8.2]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.1...minidumper-0.8.2
7072
[0.8.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.0...minidumper-0.8.1
7173
[0.8.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...minidumper-0.8.0
7274
[0.7.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.6.0...minidumper-0.7.0

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.8.1"
3+
version = "0.8.2"
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)