From cc93bd26b1a4dce800e3dc8f7ab90553a59e835a Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 21 Jul 2022 16:05:42 +0200 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90438250..67eccc04 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.4.0] - 2022-07-21 ### Changed - [PR#50](https://github.com/rust-minidump/minidump-writer/pull/50) updated `minidump-common` and `crash-context`. @@ -38,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release, including basic support for `x86_64-unknown-linux-gnu/musl` and `x86_64-pc-windows-msvc` -[Unreleased]: https://github.com/rust-minidump/minidump-writer/compare/0.3.1...HEAD +[Unreleased]: https://github.com/rust-minidump/minidump-writer/compare/0.4.0...HEAD +[0.4.0]: https://github.com/rust-minidump/minidump-writer/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/rust-minidump/minidump-writer/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/rust-minidump/minidump-writer/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/rust-minidump/minidump-writer/compare/0.2.0...0.2.1 diff --git a/Cargo.toml b/Cargo.toml index a4010a54..18376c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidump-writer" -version = "0.3.1" +version = "0.4.0" authors = ["Martin Sirringhaus"] description = "Rust rewrite of Breakpad's minidump_writer" repository = "https://github.com/rust-minidump/minidump-writer"