Skip to content

Commit a555346

Browse files
committed
chore: Release
1 parent 45a469c commit a555346

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3] - 2024-06-08
1213
## [0.8.2] - 2024-02-15
1314
### Changed
1415
- [PR#83](https://github.com/EmbarkStudios/crash-handling/pull/83) updated `scroll` to 0.12.
@@ -67,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6768
- Initial pass of crash-context, Linux only
6869

6970
<!-- next-url -->
70-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.2...HEAD
71+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.3...HEAD
72+
[0.8.3]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.2...minidumper-0.8.3
7173
[0.8.2]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.1...minidumper-0.8.2
7274
[0.8.1]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.8.0...minidumper-0.8.1
7375
[0.8.0]: https://github.com/EmbarkStudios/crash-handling/compare/minidumper-0.7.0...minidumper-0.8.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.2"
3+
version = "0.8.3"
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)