Skip to content

Commit 77e532e

Browse files
chore: release
1 parent 710ca86 commit 77e532e

File tree

19 files changed

+119
-19
lines changed

19 files changed

+119
-19
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.3...deep_causality-v0.11.4) - 2025-09-22
11+
12+
### Fixed
13+
14+
- *(deep_causality)* Fixed incorrect trait bound for BTreeMap
15+
- *(deep_causality)* Fixed incorrect test logic.
16+
- *(deep_causality)* Fixed historic bug in type extensions.
17+
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
18+
19+
### Other
20+
21+
- *(deep_causality)* Improved test coverage for extensions.
22+
- *(deep_causality)* Improved test coverage for extensions.
23+
- *(deep_causality)* Improved test coverage for extensions.
24+
- *(deep_causality)* Improved test coverage for extensions.
25+
- *(deep_causality)* Improved test coverage for extensions.
26+
- *(deep_causality)* Improved test coverage for extensions.
27+
- *(deep_causality)* Added more tests for extensions.
28+
- Updated SBOM script to generate hash signature together with the SBOM.
29+
1030
## [0.11.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.2...deep_causality-v0.11.3) - 2025-09-21
1131

1232
### Added

Cargo.lock

Lines changed: 9 additions & 9 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.11.3"
6+
version = "0.11.4"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

deep_causality_algorithms/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [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
11+
12+
### Fixed
13+
14+
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
15+
16+
### Other
17+
18+
- Updated SBOM script to generate hash signature together with the SBOM.
19+
1020
## [0.1.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.1.0...deep_causality_algorithms-v0.1.1) - 2025-09-21
1121

1222
### Added

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.1"
3+
version = "0.1.2"
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.1"
26+
version = "0.1.2"
2727

2828

2929
[dependencies.rayon]

deep_causality_data_structures/CHANGELOG.md

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

2222
## [Unreleased]
2323

24+
## [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
25+
26+
### Fixed
27+
28+
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
29+
30+
### Other
31+
32+
- Updated SBOM script to generate hash signature together with the SBOM.
33+
2434
## [0.10.0](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_data_structures-v0.9.5...deep_causality_data_structures-v0.10.0) - 2025-09-21
2535

2636
### Added

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

deep_causality_macros/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [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
11+
12+
### Fixed
13+
14+
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
15+
16+
### Other
17+
18+
- Updated SBOM script to generate hash signature together with the SBOM.
19+
1020
## [0.8.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.8.4...deep_causality_macros-v0.8.5) - 2025-09-21
1121

1222
### Added

deep_causality_macros/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_macros"
6-
version = "0.8.5"
6+
version = "0.8.6"
77
edition = { workspace = true }
88
rust-version = { workspace = true }
99
license = { workspace = true }

deep_causality_num/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_num-v0.1.1...deep_causality_num-v0.1.2) - 2025-09-22
11+
12+
### Fixed
13+
14+
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
15+
16+
### Other
17+
18+
- Updated SBOM script to generate hash signature together with the SBOM.
19+
1020
## [0.1.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_num-v0.1.0...deep_causality_num-v0.1.1) - 2025-09-21
1121

1222
### Other

0 commit comments

Comments
 (0)