Skip to content

Commit d591d45

Browse files
chore: release
1 parent b87f766 commit d591d45

9 files changed

Lines changed: 33 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deep_causality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "deep_causality"
6-
version = "0.13.5"
6+
version = "0.13.6"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

deep_causality_algorithms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

deep_causality_algorithms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_algorithms"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = { workspace = true }

deep_causality_discovery/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

deep_causality_discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_discovery"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

ultragraph/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ultragraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "ultragraph"
6-
version = "0.8.15"
6+
version = "0.8.16"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

0 commit comments

Comments
 (0)