Skip to content

Commit

Permalink
Bump (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored May 25, 2022
1 parent 9515f4f commit 9490431
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- Updated to `minidump-writer` 0.2.1 which includes support for MacOS thread names, and aligns on crash-context 0.3.0.

## [0.3.0] - 2022-05-23
### Added
- First usable release of `crash-context`, `crash-handler`, `sadness-generator`, and `minidumper` crates.
Expand Down
2 changes: 1 addition & 1 deletion crash-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debug-print = []
cfg-if = "1.0"
# Definition of a portable crash-context that can be shared between various
# crates
crash-context = "0.2"
crash-context = "0.3"
# Wrapper around libc
libc = "0.2"
# Nicer sync primitives
Expand Down
2 changes: 1 addition & 1 deletion minidumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ["crash", "minidump", "ipc", "out-of-process"]
[dependencies]
# Nicer cfg handling
cfg-if = "1.0"
crash-context = "0.2"
crash-context = "0.3"
libc = "0.2"
# Basic log emitting
log = "0.4"
Expand Down

0 comments on commit 9490431

Please sign in to comment.