Skip to content

Commit 73869d4

Browse files
Merge pull request #485 from deepcausality-rs/release-plz-2026-02-24T08-07-34Z
chore: release
2 parents c7b29d0 + 62916d5 commit 73869d4

41 files changed

Lines changed: 168 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.13.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.4...deep_causality-v0.13.5) - 2026-03-12
11+
12+
### Other
13+
14+
- Updated all SBOMS to reflect lates depdency versions.
15+
1016
## [0.13.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.3...deep_causality-v0.13.4) - 2026-02-09
1117

1218
### Other

Cargo.lock

Lines changed: 20 additions & 20 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.13.4"
6+
version = "0.13.5"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }
@@ -51,7 +51,7 @@ version = "0.1"
5151

5252
[dependencies.deep_causality_core]
5353
path = "../deep_causality_core"
54-
version = "0.0.5"
54+
version = "0.0.6"
5555
default-features = true
5656

5757
[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.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
11+
12+
### Other
13+
14+
- Updated all SBOMS to reflect lates depdency versions.
15+
1016
## [0.2.11](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.10...deep_causality_algorithms-v0.2.11) - 2026-02-09
1117

1218
### Other

deep_causality_algorithms/Cargo.toml

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

3434
[dependencies.deep_causality_tensor]
3535
path = "../deep_causality_tensor"
36-
version = "0.4.1"
36+
version = "0.4.2"
3737

3838

3939
[dependencies.deep_causality_num]
4040
path = "../deep_causality_num"
41-
version = "0.3.0"
41+
version = "0.3.1"
4242

4343
[dependencies.rayon]
4444
version = "1.11"

deep_causality_ast/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.6](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_ast-v0.1.5...deep_causality_ast-v0.1.6) - 2026-03-12
11+
12+
### Other
13+
14+
- Updated all SBOMS to reflect lates depdency versions.
15+
1016
## [0.1.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_ast-v0.1.4...deep_causality_ast-v0.1.5) - 2026-01-09
1117

1218
### Other

deep_causality_ast/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_ast"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

deep_causality_core/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.0.6](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_core-v0.0.5...deep_causality_core-v0.0.6) - 2026-03-12
11+
12+
### Other
13+
14+
- Updated all SBOMS to reflect lates depdency versions.
15+
1016
## [0.0.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_core-v0.0.4...deep_causality_core-v0.0.5) - 2026-01-22
1117

1218
### Other

deep_causality_core/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_core"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = { workspace = true }

deep_causality_data_structures/CHANGELOG.md

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

2222
## [Unreleased]
2323

24+
## [0.10.13](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_data_structures-v0.10.12...deep_causality_data_structures-v0.10.13) - 2026-03-12
25+
26+
### Other
27+
28+
- Updated all SBOMS to reflect lates depdency versions.
29+
2430
## [0.10.12](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_data_structures-v0.10.11...deep_causality_data_structures-v0.10.12) - 2026-02-09
2531

2632
### Other

0 commit comments

Comments
 (0)