Skip to content

Commit 1fc74ba

Browse files
committed
Release sadness-generator-0.4.0
1 parent 691970a commit 1fc74ba

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.0] - 2022-07-19
1213
### Changed
1314
- [PR#39](https://github.com/EmbarkStudios/crash-handling/pull/39) resolved [#24](https://github.com/EmbarkStudios/crash-handling/issues/24) and [#37](https://github.com/EmbarkStudios/crash-handling/issues/37) by changing stack overflow to use recursion instead of a single large stack allocated buffer, and changed all crash functions to be `-> !`.
1415

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

3940
<!-- next-url -->
40-
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...HEAD
41+
[Unreleased]: https://github.com/EmbarkStudios/crash-handling/compare/sadness-generator-0.4.0...HEAD
42+
[0.4.0]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...sadness-generator-0.4.0
4143
[0.3.1]: https://github.com/EmbarkStudios/crash-handling/compare/0.3.1...0.3.1
4244
[0.3.0]: https://github.com/EmbarkStudios/crash-handling/compare/crash-handler-v0.1.0...0.3.0
4345
[crash-handler-v0.1.0]: https://github.com/EmbarkStudios/crash-handling/releases/tag/crash-handler-v0.1.0

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.3.1"
3+
version = "0.4.0"
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)