Skip to content

Commit 557b843

Browse files
committed
Release 0.9.0
1 parent 0d1f725 commit 557b843

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.9.0] - 2023-11-15
1112
### Changed
1213
- [PR#27](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/27) changed the version requirements for `sentry-types` to fix the breaking change it introduced.
1314

@@ -59,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5960
- Initial implementation
6061

6162
<!-- next-url -->
62-
[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.2...HEAD
63+
[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.9.0...HEAD
64+
[0.9.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.2...0.9.0
6365
[0.8.2]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.1...0.8.2
6466
[0.8.1]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...0.8.1
6567
[0.8.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.7.0...0.8.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sentry-contrib-breakpad"
33
description = "Unopinionated crash collection for Sentry reporting purposes"
44
repository = "https://github.com/EmbarkStudios/sentry-contrib-rust"
5-
version = "0.8.2"
5+
version = "0.9.0"
66
authors = ["Embark <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)