File tree Expand file tree Collapse file tree 9 files changed +52
-8
lines changed Expand file tree Collapse file tree 9 files changed +52
-8
lines changed Original file line number Diff line number Diff 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.11.6] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.5...deep_causality-v0.11.6 ) - 2025-10-19
11+
12+ ### Other
13+
14+ - Updated project README.md
15+ - Added FOSA batches to README.md
16+
1017## [ 0.11.5] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.11.4...deep_causality-v0.11.5 ) - 2025-09-25
1118
1219### Other
Original file line number Diff line number Diff line change 33
44[package ]
55name = " deep_causality"
6- version = " 0.11.5 "
6+ version = " 0.11.6 "
77edition = { workspace = true }
88rust-version = { workspace = true }
99license = { workspace = true }
Original file line number Diff line number Diff 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.1] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_discovery-v0.2.0...deep_causality_discovery-v0.2.1 ) - 2025-10-19
11+
12+ ### Other
13+
14+ - Updated Cargo deps.
15+
1016## [ 0.2.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_discovery-v0.1.1...deep_causality_discovery-v0.2.0 ) - 2025-10-02
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_discovery"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition.workspace = true
55rust-version.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.2.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_haft-v0.1.0...deep_causality_haft-v0.2.0 ) - 2025-10-19
11+
12+ ### Added
13+
14+ - * (deep_causality_haft)* Updated Bazel config.
15+ - * (deep_causality_haft)* Added new example and updated README.md
16+ - * (deep_causality_haft)* Added Foldable trait with tests.
17+ - * (deep_causality_haft)* Added Applicative trait with tests.
18+ - * (deep_causality_haft)* Added HKT Trait for Arity 5 together with Monad and MonadEffect for HKT5. Refactored code based. Added HKT type extension for Vec.
19+ - * (deep_causality_haft)* Added HKT Trait for Arity 4 together with Monad and MonadEffect for HKT4
20+
21+ ### Other
22+
23+ - Merge remote-tracking branch 'origin/main'
24+ - * (deep_causality_haft)* Added extensive documentation.
25+ - * (deep_causality_haft)* Increased test coverage.
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_haft"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = { workspace = true }
55rust-version = { workspace = true }
66license = { workspace = true }
Original file line number Diff line number Diff 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.2] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_uncertain-v0.3.1...deep_causality_uncertain-v0.3.2 ) - 2025-10-19
11+
12+ ### Other
13+
14+ - * (deps)* Bump rusty-fork from 0.3.0 to 0.3.1
15+
1016## [ 0.3.1] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_uncertain-v0.3.0...deep_causality_uncertain-v0.3.1 ) - 2025-10-02
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " deep_causality_uncertain"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44edition = { workspace = true }
55rust-version = { workspace = true }
66license = { workspace = true }
You can’t perform that action at this time.
0 commit comments