From 557b843a350063e4a877904a38c2d2f1392aa1eb Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 15 Nov 2023 16:25:18 +0100 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d22be..045687b 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.9.0] - 2023-11-15 ### Changed - [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. @@ -59,7 +60,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.2...HEAD +[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.9.0...HEAD +[0.9.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.2...0.9.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 16f812c..fe8443b 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.2" +version = "0.9.0" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"