Skip to content

Commit 1c85924

Browse files
committed
Release 0.8.1
1 parent e59c825 commit 1c85924

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.8.1] - 2023-11-15
1112
### Fixed
1213
- Commit [6adfcc4] pinned `sentry-types` to <=0.31.6 to avoid a breaking change in >=0.31.7.
1314

@@ -51,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5152
- Initial implementation
5253

5354
<!-- next-url -->
54-
[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...HEAD
55+
[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.1...HEAD
56+
[0.8.1]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...0.8.1
5557
[0.8.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.7.0...0.8.0
5658
[0.7.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.6.0...0.7.0
5759
[0.6.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.5.0...0.6.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
5+
version = "0.8.1"
66
authors = ["Embark <[email protected]>"]
77
edition = "2018"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)