Skip to content

Commit

Permalink
Release sadness-generator-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 17, 2022
1 parent fda8d21 commit 2e93056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sadness-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.5.0] - 2022-11-17
### Changed
- [PR#63](https://github.com/EmbarkStudios/crash-handling/pull/63) added `SadnessFlavor::Abort` to Windows, and `raise_abort` now uses `libc::abort` instead of `std::process::abort` to have consistent behavior between all targets.

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

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.2...HEAD
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.5.0...HEAD
[0.5.0]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.2...sadness-generator-0.5.0
[0.4.2]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.1...sadness-generator-0.4.2
[0.4.1]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.0...sadness-generator-0.4.1
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...sadness-generator-0.4.0
Expand Down
2 changes: 1 addition & 1 deletion sadness-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sadness-generator"
version = "0.4.2"
version = "0.5.0"
description = "Provides various ways to make your program sad"
repository = "https://github.com/EmbarkStudios/crash-handling"
authors = [
Expand Down

0 comments on commit 2e93056

Please sign in to comment.