Skip to content

Commit c664fc0

Browse files
committed
Release sadness-generator-0.4.2
1 parent 9c77575 commit c664fc0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sadness-generator/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.4.2] - 2022-09-02
1213
### Changed
1314
- [PR#52](https://github.com/EmbarkStudios/crash-handling/pull/52) changed the address used to produce a `sigsegv` to be a canonical rather than a non-canonical address on 64-bit architectures. We will eventually add back support for non-canonical addresses.
1415

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

4748
<!-- next-url -->
48-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.1...HEAD
49+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.2...HEAD
50+
[0.4.2]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.1...sadness-generator-0.4.2
4951
[0.4.1]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.0...sadness-generator-0.4.1
5052
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...sadness-generator-0.4.0
5153
[0.3.1]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...0.3.1

sadness-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sadness-generator"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Provides various ways to make your program sad"
55
repository = "https://github.com/EmbarkStudios/crash-handling"
66
authors = [

0 commit comments

Comments
 (0)