From 3d3ed6d2fdee7c89a6be7e78ec99ce4c0d93f550 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 15 Nov 2023 16:19:47 +0100 Subject: [PATCH] Release 0.8.2 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e57112..af45a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.8.2] - 2023-11-15 ### Fixed - Commit [7f48012] pinned `sentry-types` to =0.31.6 to avoid a breaking change in >=0.31.7. @@ -55,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.2...HEAD +[0.8.2]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.6.0...0.7.0 diff --git a/Cargo.toml b/Cargo.toml index 22975dc..8a22879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sentry-contrib-breakpad" description = "Unopinionated crash collection for Sentry reporting purposes" repository = "https://github.com/EmbarkStudios/sentry-contrib-rust" -version = "0.8.1" +version = "0.8.2" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"