File tree Expand file tree Collapse file tree
deep_causality_algorithms Expand file tree Collapse file tree 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.13.6] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.5...deep_causality-v0.13.6 ) - 2026-05-03
11+
12+ ### Other
13+
14+ - Add flight_envelope_monitor avionics example + framework error-passthrough fix
15+ - Add stateful Causaloid evaluation API
16+
1017## [ 0.13.5] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.4...deep_causality-v0.13.5 ) - 2026-03-12
1118
1219### Other
Original file line number Diff line number Diff line change 33
44[package ]
55name = " deep_causality"
6- version = " 0.13.5 "
6+ version = " 0.13.6 "
77edition = { workspace = true }
88rust-version = { workspace = true }
99license = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.13] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.12...deep_causality_algorithms-v0.2.13 ) - 2026-05-03
11+
12+ ### Other
13+
14+ - Updated Cargo deps.
15+
1016## [ 0.2.12] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.11...deep_causality_algorithms-v0.2.12 ) - 2026-03-12
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_algorithms"
3- version = " 0.2.12 "
3+ version = " 0.2.13 "
44edition = { workspace = true }
55rust-version = { workspace = true }
66license = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.6] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_discovery-v0.3.5...deep_causality_discovery-v0.3.6 ) - 2026-05-03
11+
12+ ### Other
13+
14+ - Applied minor lints.
15+
1016## [ 0.3.5] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_discovery-v0.3.4...deep_causality_discovery-v0.3.5 ) - 2026-03-12
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_discovery"
3- version = " 0.3.5 "
3+ version = " 0.3.6 "
44edition.workspace = true
55rust-version.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.16] ( https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.8.15...ultragraph-v0.8.16 ) - 2026-05-03
11+
12+ ### Other
13+
14+ - Applied minor lints.
15+
1016## [ 0.8.15] ( https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.8.14...ultragraph-v0.8.15 ) - 2026-03-12
1117
1218### Other
Original file line number Diff line number Diff line change 33
44[package ]
55name = " ultragraph"
6- version = " 0.8.15 "
6+ version = " 0.8.16 "
77edition = { workspace = true }
88rust-version = { workspace = true }
99license = { workspace = true }
You can’t perform that action at this time.
0 commit comments