Skip to content

Commit e61a2f1

Browse files
Merge pull request #465 from deepcausality-rs/release-plz-2026-01-22T10-43-57Z
chore: release
2 parents 567ab7a + 84f2e9f commit e61a2f1

29 files changed

Lines changed: 132 additions & 39 deletions

File tree

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.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.3...deep_causality-v0.13.4) - 2026-02-09
11+
12+
### Other
13+
14+
- updated all cargo dependencies to the latest version.
15+
1016
## [0.13.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.13.2...deep_causality-v0.13.3) - 2026-01-22
1117

1218
### Fixed

Cargo.lock

Lines changed: 14 additions & 14 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.3"
6+
version = "0.13.4"
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.11](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.10...deep_causality_algorithms-v0.2.11) - 2026-02-09
11+
12+
### Other
13+
14+
- updated all cargo dependencies to the latest version.
15+
1016
## [0.2.10](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.9...deep_causality_algorithms-v0.2.10) - 2026-01-22
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.10"
3+
version = "0.2.11"
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.0"
36+
version = "0.4.1"
3737

3838

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

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

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.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
25+
26+
### Other
27+
28+
- updated all cargo dependencies to the latest version.
29+
- *(deep_causality_data_structures)* release v0.10.11
30+
2431
## [0.10.11](https://github.com/deepcausality-rs/deep_causality/releases/tag/deep_causality_data_structures-v0.10.11) - 2026-01-22
2532

2633
### Other

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.11"
6+
version = "0.10.12"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

deep_causality_effects/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_effects-v0.0.5...deep_causality_effects-v0.0.6) - 2026-02-09
11+
12+
### Other
13+
14+
- updated the following local packages: deep_causality_topology
15+
1016
## [0.0.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_effects-v0.0.4...deep_causality_effects-v0.0.5) - 2026-01-22
1117

1218
### Other

deep_causality_effects/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_effects"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = { workspace = true }
@@ -13,7 +13,7 @@ authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
1313
[dependencies]
1414
deep_causality_tensor = { path = "../deep_causality_tensor", version = "0.4" }
1515
deep_causality_multivector = { path = "../deep_causality_multivector", version = "0.4" }
16-
deep_causality_topology = { path = "../deep_causality_topology", version = "0.4" }
16+
deep_causality_topology = { path = "../deep_causality_topology", version = "0.5" }
1717

1818

1919
[dev-dependencies]

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.9.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.9.0...deep_causality_macros-v0.9.1) - 2026-02-09
11+
12+
### Other
13+
14+
- updated all cargo dependencies to the latest version.
15+
1016
## [0.9.0](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.8.11...deep_causality_macros-v0.9.0) - 2026-01-09
1117

1218
### Added

0 commit comments

Comments
 (0)