Skip to content

Commit e6ba4c2

Browse files
chore: release
1 parent f0459e2 commit e6ba4c2

File tree

7 files changed

+46
-9
lines changed

7 files changed

+46
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.4...deep_causality-v0.7.5) - 2025-06-19
11+
12+
### Added
13+
14+
- *(deep_causality)* Updated README.md
15+
16+
### Other
17+
18+
- Merge remote-tracking branch 'origin/main'
19+
- Removed legacy docs folder.
20+
- Moved examples into root folder.
21+
- Updated Readme with Discord and various other project links.
22+
- Fixed missing badges in README.md
23+
- Bump criterion from 0.5 to 0.6.0
24+
- Bump parquet to 55.1.0
25+
- Bump parquet to 55.1.0
26+
- Updated scale in linear graph bench util
27+
- Add comprehensive documentation to CSM CausalAction type and CausalState type
28+
- Merge remote-tracking branch 'origin/main'
29+
- Add comprehensive documentation to CSM struct
30+
1031
## [0.7.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.3...deep_causality-v0.7.4) - 2025-05-16
1132

1233
### Other

Cargo.lock

Lines changed: 5 additions & 5 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.8.0...dcl_data_structures-v0.9.0) - 2025-06-19
10+
11+
### Other
12+
13+
- Merge pull request #201 from deepcausality-rs/release-plz-2025-04-03T05-42-30Z
14+
- Set MSRV to 1.80
15+
- *(dcl_data_structures)* remove RingBuffer implementation\n\nThis commit removes the entire RingBuffer implementation including all related source code files, test files, benchmark code, and example code. Also updated Cargo.toml by removing 'ringbuffer' and 'disruptor' from keywords and removed references to RingBuffer from documentation. The RingBuffer functionality was previously developed in versions 0.6.0 and 0.6.1 but has now been removed from the codebase.
16+
- Bump criterion from 0.5 to 0.6.0
17+
918
## [0.8.0](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.7.0...dcl_data_structures-v0.8.0) - 2025-05-16
1019

1120
### Other

dcl_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcl_data_structures"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
rust-version = "1.80"
66
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition = "2021"
55
rust-version = "1.80"
66
readme = "../README.md"
@@ -20,7 +20,7 @@ authors = ["Marvin Hansen <marvin.hansen@gmail.com>", ]
2020

2121
[dependencies.dcl_data_structures]
2222
path = "../dcl_data_structures"
23-
version = "0.8"
23+
version = "0.9"
2424

2525

2626
[dependencies.deep_causality_macros]

ultragraph/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.5.6](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.5...ultragraph-v0.5.6) - 2025-06-19
11+
12+
### Other
13+
14+
- Merge pull request #201 from deepcausality-rs/release-plz-2025-04-03T05-42-30Z
15+
- Bump criterion from 0.5 to 0.6.0
16+
1017
## [0.5.5](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.4...ultragraph-v0.5.5) - 2025-05-16
1118

1219
### Other

ultragraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ultragraph"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55
rust-version = "1.80"
66
repository = "https://github.com/deepcausality/deep_causality.rs"

0 commit comments

Comments
 (0)