Skip to content

Commit c389c04

Browse files
chore: release
1 parent 6abce5d commit c389c04

File tree

9 files changed

+49
-10
lines changed

9 files changed

+49
-10
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dcl_data_structures/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# 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.9.2](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.9.1...dcl_data_structures-v0.9.2) - 2025-08-08
11+
12+
### Other
13+
14+
- Updated copyright in Cargo.toml fils
15+
- Bump criterion from 0.6.0 to 0.7.0
16+
# Changelog
217
All notable changes to this project will be documented in this file.
318

419
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

dcl_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 = "dcl_data_structures"
6-
version = "0.9.1"
6+
version = "0.9.2"
77
edition = "2021"
88
rust-version = "1.80"
99
repository = "https://github.com/deepcausality/deep_causality.rs"

deep_causality/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ version = "0.9"
2626

2727
[dependencies.deep_causality_macros]
2828
path = "../deep_causality_macros"
29-
version = "0.8.0"
29+
version = "0.8.1"
3030

3131

3232
[dependencies.ultragraph]
3333
path = "../ultragraph"
34-
version = "0.8.1"
34+
version = "0.8.2"
3535

3636

3737
[dev-dependencies]

deep_causality_macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.8.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.8.0...deep_causality_macros-v0.8.1) - 2025-08-08
11+
12+
### Other
13+
14+
- Updated copyright in Cargo.toml fils
15+
- Updated CausableReasoning trait to handle RelayTo variant to dispatch to a different causaloid.
16+
1017
## [0.4.11](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.10...deep_causality_macros-v0.4.11) - 2025-05-16
1118

1219
### Other

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.0"
6+
version = "0.8.1"
77
edition = "2021"
88
rust-version = "1.80"
99
repository = "https://github.com/deepcausality/deep_causality.rs"

examples/epp_dbn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ publish = false
1010

1111
[dependencies]
1212
deep_causality = { path = "../../deep_causality" }
13-
rand = "0.9"
13+
rand = "0.9"

ultragraph/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [0.8.2](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.8.1...ultragraph-v0.8.2) - 2025-08-08
11+
12+
### Other
13+
14+
- Updated copyright in Cargo.toml fils
15+
- Updated dependencies in UltraGraph and for Bazel.
16+
- Updated UltraGraph README.md
17+
- Improved docstring
18+
# Changelog
19+
20+
All notable changes to this project will be documented in this file.
21+
22+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
23+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
24+
825
## [0.8.1](https://github.com/marvin-hansen/deep_causality/compare/ultragraph-v0.8.0...ultragraph-v0.8.1) - 2025-07-10
926

1027
### Other

ultragraph/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 = "ultragraph"
6-
version = "0.8.1"
6+
version = "0.8.2"
77
edition = "2021"
88
rust-version = "1.80"
99
repository = "https://github.com/deepcausality/deep_causality.rs"
@@ -19,7 +19,7 @@ exclude = ["*.bazel", "*/*.bazel", "*.bazel.*", "BUILD", "BUILD.bazel", "MODULE
1919

2020
[dependencies.deep_causality_macros]
2121
path = "../deep_causality_macros"
22-
version = "0.8.0"
22+
version = "0.8.1"
2323

2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)