File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.2] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.1...deep_causality-v0.6.2 ) - 2023-09-19
11+
12+ ### Fixed
13+ - fixed failing test.
14+
15+ ### Other
16+ - Updated starter example.
17+ - Added starter code example
18+ - Removed unused import
19+ - Added missing error message
20+ - Created new starter example
21+ - Restored macros in causable extension
22+ - Fixed missing test for Identifiable in AdjustableSpace.
23+ - Added error case tests to adjustable space time tests
24+ - Added custom is_empty implementation to test if codecov recolonize it.
25+ - Added more tests for adjustable types.
26+ - Added more tests for adjustable types.
27+ - Added more tests for adjustable types.
28+ - Added more error tests to drive up code coverage.
29+ - Merge remote-tracking branch 'origin/main'
30+ - Trying phylum gh action again.
31+
1032## [ 0.6.1] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.0...deep_causality-v0.6.1 ) - 2023-09-08
1133
1234### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44edition = " 2021"
55rust-version = " 1.65"
66readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 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
11+
12+ ### Other
13+ - Added custom is_empty implementation to test if codecov recolonize it.
14+ - Restored macro tests
15+ - [ no ci]
16+
1017## [ 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
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_macros"
3- version = " 0.4.7 "
3+ version = " 0.4.8 "
44edition = " 2021"
55rust-version = " 1.65"
66repository = " https://github.com/deepcausality/deep_causality.rs"
You can’t perform that action at this time.
0 commit comments