Skip to content

Commit b9c91f2

Browse files
Merge pull request #338 from deepcausality-rs/release-plz-2025-09-23T07-39-53Z
chore: release
2 parents ef0cf88 + cf09153 commit b9c91f2

File tree

22 files changed

+104
-26
lines changed

22 files changed

+104
-26
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.4...deep_causality-v0.11.5) - 2025-09-25
11+
12+
### Other
13+
14+
- Updated SBOM for all crates.
15+
- Updated Project README.md
16+
- Updated SBOM for all crates.
17+
1018
## [0.11.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.3...deep_causality-v0.11.4) - 2025-09-22
1119

1220
### Fixed

Cargo.lock

Lines changed: 10 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "deep_causality"
6-
version = "0.11.4"
6+
version = "0.11.5"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }
@@ -28,7 +28,7 @@ os-random = ["deep_causality_uncertain/os-random"]
2828

2929
[dependencies.deep_causality_uncertain]
3030
path = "../deep_causality_uncertain"
31-
version = "0.2"
31+
version = "0.3"
3232

3333

3434
[dependencies.deep_causality_data_structures]

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.1.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.1.3...deep_causality_algorithms-v0.1.4) - 2025-09-25
11+
12+
### Other
13+
14+
- Updated SBOM for all crates.
15+
1016
## [0.1.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.1.1...deep_causality_algorithms-v0.1.2) - 2025-09-22
1117

1218
### Fixed

deep_causality_algorithms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_algorithms"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = { workspace = true }
@@ -23,7 +23,7 @@ path = "examples/example_surd.rs"
2323

2424
[dependencies.deep_causality_tensor]
2525
path = "../deep_causality_tensor"
26-
version = "0.1.2"
26+
version = "0.1.4"
2727

2828

2929
[dependencies.rayon]

deep_causality_data_structures/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
## [Unreleased]
2323

24+
## [0.10.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_data_structures-v0.10.1...deep_causality_data_structures-v0.10.2) - 2025-09-25
25+
26+
### Other
27+
28+
- Updated SBOM for all crates.
29+
- Updated SBOM for all crates.
30+
2431
## [0.10.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_data_structures-v0.10.0...deep_causality_data_structures-v0.10.1) - 2025-09-22
2532

2633
### Fixed

deep_causality_data_structures/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_data_structures"
6-
version = "0.10.1"
6+
version = "0.10.2"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

deep_causality_discovery/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_discovery-v0.1.0...deep_causality_discovery-v0.1.1) - 2025-09-25
11+
12+
### Fixed
13+
14+
- *(deep_causality_discovery)* bumped up versions of external deps.
15+
16+
### Other
17+
18+
- Updated SBOM for all crates.
19+
- Added Bazel config for deep_causality_discovery.
20+
1021
## [0.1.0](https://github.com/marvin-hansen/deep_causality/releases/tag/deep_causality_discovery-v0.1.0) - 2025-09-23
1122

1223
### Added

deep_causality_discovery/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_discovery"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
@@ -23,12 +23,12 @@ path = "examples/main.rs"
2323
# Internal dependencies
2424
[dependencies.deep_causality_tensor]
2525
path = "../deep_causality_tensor"
26-
version = "0.1.3"
26+
version = "0.1.4"
2727

2828

2929
[dependencies.deep_causality_algorithms]
3030
path = "../deep_causality_algorithms"
31-
version = "0.1.3"
31+
version = "0.1.4"
3232

3333

3434
# External dependencies
@@ -44,4 +44,4 @@ tempfile = {version = "3", default-features = false}
4444
[features]
4545
default = []
4646
# Enables parallel execution of the SURD algorithm by passing the feature to the algorithms crate.
47-
parallel = ["deep_causality_algorithms/parallel"]
47+
parallel = ["deep_causality_algorithms/parallel"]

deep_causality_macros/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.8](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.8.7...deep_causality_macros-v0.8.8) - 2025-09-25
11+
12+
### Other
13+
14+
- Updated SBOM for all crates.
15+
1016
## [0.8.6](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.8.5...deep_causality_macros-v0.8.6) - 2025-09-22
1117

1218
### Fixed

0 commit comments

Comments
 (0)