Skip to content

Commit

Permalink
Bump sentry-core to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 4, 2022
1 parent e8b5461 commit ddcaacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#18](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/18) bumped `sentry-core` to `0.28`.

## [0.5.0] - 2022-06-29
### Changed
- [PR#15](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/15) bumped `sentry-core` to `0.27`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug-logs = []

[dependencies]
breakpad-handler = { version = "0.1.0", path = "./breakpad-handler" }
sentry-core = { version = "0.27", features = ["client"] }
sentry-core = { version = "0.28", features = ["client"] }
serde_json = "1.0"

[workspace]
Expand Down

0 comments on commit ddcaacf

Please sign in to comment.