File tree Expand file tree Collapse file tree 8 files changed +33
-5
lines changed Expand file tree Collapse file tree 8 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.5.0...deep_causality-v0.6.0 ) - 2023-09-06
11+
12+ ### Other
13+ - Tested multiple contexts implementation.
14+ - Finalized multiple contexts implementation.
15+ - Implemented multiple contexts.
16+ - Working on multiple contexts.
17+ - Implemented initial support for multiple contexts.
18+ - Added field extra_context to Context.
19+ - Removed PhantomData marker in Context type since all generic parameters are bound.
20+ - Renamed type alias.
21+ - Renamed node structs to something more sensible and intuitive.
22+ - Moved slides into main doc folder.
23+ - Fixed various linting issues.
24+ - Removed old swift notebook.
25+ - Moved all documentation to project website.
26+ - Fixed a test
27+
1028## [ 0.5.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.4.0...deep_causality-v0.5.0 ) - 2023-08-30
1129
1230### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44edition = " 2021"
55rust-version = " 1.65"
66readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ rust-version = "1.65"
66publish = false
77
88[dependencies ]
9- deep_causality = " 0.5"
9+ deep_causality = " 0.5"
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ rust-version = "1.65"
66publish = false
77
88[dependencies ]
9- deep_causality = " 0.5"
9+ deep_causality = " 0.5"
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 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
11+
12+ ### Other
13+ - Updated Cargo.toml for macros
14+
1015## [ 0.4.6] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.5...deep_causality_macros-v0.4.6 ) - 2023-08-30
1116
1217### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_macros"
3- version = " 0.4.6 "
3+ version = " 0.4.7 "
44edition = " 2021"
55rust-version = " 1.65"
66repository = " https://github.com/deepcausality/deep_causality.rs"
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.1] ( https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.0...ultragraph-v0.5.1 ) - 2023-09-06
11+
12+ ### Other
13+ - Fixed various linting issues.
14+
1015## [ 0.5.0] ( https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.4.6...ultragraph-v0.5.0 ) - 2023-08-30
1116
1217### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " ultragraph"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
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