From a87ac9c05c95e2d89a206761b3a340c9348bff1a Mon Sep 17 00:00:00 2001 From: release-plz Date: Tue, 19 Sep 2023 03:47:28 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- CHANGELOG.md | 22 ++++++++++++++++++++++ deep_causality/Cargo.toml | 2 +- deep_causality_macros/CHANGELOG.md | 7 +++++++ deep_causality_macros/Cargo.toml | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1b8db..ada3750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.1...deep_causality-v0.6.2) - 2023-09-19 + +### Fixed +- fixed failing test. + +### Other +- Updated starter example. +- Added starter code example +- Removed unused import +- Added missing error message +- Created new starter example +- Restored macros in causable extension +- Fixed missing test for Identifiable in AdjustableSpace. +- Added error case tests to adjustable space time tests +- Added custom is_empty implementation to test if codecov recolonize it. +- Added more tests for adjustable types. +- Added more tests for adjustable types. +- Added more tests for adjustable types. +- Added more error tests to drive up code coverage. +- Merge remote-tracking branch 'origin/main' +- Trying phylum gh action again. + ## [0.6.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.0...deep_causality-v0.6.1) - 2023-09-08 ### Other diff --git a/deep_causality/Cargo.toml b/deep_causality/Cargo.toml index 109bb10..b900a2d 100644 --- a/deep_causality/Cargo.toml +++ b/deep_causality/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deep_causality" -version = "0.6.1" +version = "0.6.2" edition = "2021" rust-version = "1.65" readme = "../README.md" diff --git a/deep_causality_macros/CHANGELOG.md b/deep_causality_macros/CHANGELOG.md index fdf2f91..49b4181 100644 --- a/deep_causality_macros/CHANGELOG.md +++ b/deep_causality_macros/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.8](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.7...deep_causality_macros-v0.4.8) - 2023-09-19 + +### Other +- Added custom is_empty implementation to test if codecov recolonize it. +- Restored macro tests +- [no ci] + ## [0.4.7](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.6...deep_causality_macros-v0.4.7) - 2023-09-06 ### Other diff --git a/deep_causality_macros/Cargo.toml b/deep_causality_macros/Cargo.toml index 72b116b..2b41c52 100644 --- a/deep_causality_macros/Cargo.toml +++ b/deep_causality_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deep_causality_macros" -version = "0.4.7" +version = "0.4.8" edition = "2021" rust-version = "1.65" repository = "https://github.com/deepcausality/deep_causality.rs"