Skip to content

Commit 5afd7d0

Browse files
committed
Release crash-context-0.5.1
1 parent 8044d6c commit 5afd7d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crash-context/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.5.1] - 2022-11-17
1213
### Fixed
1314
- [PR#66](https://github.com/EmbarkStudios/crash-handling/pull/66) (apparently) resolved [#65](https://github.com/EmbarkStudios/crash-handling/issues/65) by...changing from AT&T to Intel syntax. This shouldn't have changed anything, but it did, and I'm too tired and have other things to work on, so here we are.
1415

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

5455
<!-- next-url -->
55-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-context-0.5.0...HEAD
56+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/crash-context-0.5.1...HEAD
57+
[0.5.1]: https://github.com/EmbarkStudios/crash-handling/compare/crash-context-0.5.0...crash-context-0.5.1
5658
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-context-0.4.0...crash-context-0.5.0
5759
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...crash-context-0.4.0
5860
[0.3.1]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.0...0.3.1

crash-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crash-context"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Provides portable types containing target specific contextual information at the time of a crash"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

0 commit comments

Comments
 (0)