From 90dcbad9f5dffe67824897acefba8f31346dc119 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 2 Oct 2023 18:34:41 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/harness/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cb206..e903446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.3.6] - 2023-10-02 + ### Compatibility - Update MSRV to 1.66 @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.0] - 2021-08-16 -[Unreleased]: https://github.com/epage/git-stack/compare/v0.3.5...HEAD +[Unreleased]: https://github.com/epage/git-stack/compare/v0.3.6...HEAD +[0.3.6]: https://github.com/epage/git-stack/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/epage/git-stack/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/epage/git-stack/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/epage/git-stack/compare/v0.3.2...v0.3.3 diff --git a/Cargo.lock b/Cargo.lock index 19c1452..d232584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "toml-test" -version = "0.3.5" +version = "0.3.6" dependencies = [ "chrono", "serde", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "toml-test-harness" -version = "0.4.3" +version = "0.4.4" dependencies = [ "ignore", "libtest-mimic", diff --git a/Cargo.toml b/Cargo.toml index 72cf18d..ee245cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ [package] name = "toml-test" -version = "0.3.5" +version = "0.3.6" description = "Verify Rust TOML parsers" repository = "https://github.com/epage/toml-test-rs" documentation = "http://docs.rs/toml-test" diff --git a/crates/harness/Cargo.toml b/crates/harness/Cargo.toml index 0b29edb..f77642f 100644 --- a/crates/harness/Cargo.toml +++ b/crates/harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-test-harness" -version = "0.4.3" +version = "0.4.4" description = "Cargo test harness for verifying TOML parsers" repository = "https://github.com/epage/toml-test-rs" readme = "README.md"