Skip to content

Commit 38428a2

Browse files
chore: release
1 parent 365a6d4 commit 38428a2

File tree

9 files changed

+62
-23
lines changed

9 files changed

+62
-23
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.4](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.3...deep_causality-v0.7.4) - 2025-05-09
11+
12+
### Other
13+
14+
- Bump parquet from 54.2.1 to 54.3.1
15+
- Applied a ton of lints.
16+
- Fixed tests, benchmarks, and fixed some lints
17+
1018
## [0.7.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.2...deep_causality-v0.7.3) - 2024-11-26
1119

1220
### Other

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dcl_data_structures/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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-09
10+
11+
### Other
12+
13+
- Applied a ton of lints.
14+
- Fixed tests, benchmarks, and fixed some lints
15+
- Bump rand from 0.8.5 to 0.9.0
16+
- Code formatting and linting
17+
- Added or updated tests for all atomic sequence implementations.
18+
- Merge branch 'deepcausality-rs:main' into main
19+
- Code formatting
20+
- Fixed tests and benches
21+
- made get_min_cursor_sequence generic
22+
- made get_min_cursor_sequence generic
23+
- Added Atomic sequence trait
24+
- Added uniform batch sizes to all ring_buffer benchmarks
25+
926
## [0.7.0](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.6.1...dcl_data_structures-v0.7.0) - 2024-11-26
1027

1128
### Other

dcl_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcl_data_structures"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
rust-version = "1.80"
66
repository = "https://github.com/deepcausality/deep_causality.rs"

deep_causality/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
rust-version = "1.80"
66
readme = "../README.md"
@@ -20,7 +20,7 @@ authors = ["Marvin Hansen <[email protected]>", ]
2020

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

2525

2626
[dependencies.deep_causality_macros]

deep_causality_macros/CHANGELOG.md

+6
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.4.11](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.10...deep_causality_macros-v0.4.11) - 2025-05-09
11+
12+
### Other
13+
14+
- Applied a ton of lints.
15+
1016
## [0.4.10](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_macros-v0.4.9...deep_causality_macros-v0.4.10) - 2024-11-24
1117

1218
### Other

deep_causality_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_macros"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
rust-version = "1.80"
66
repository = "https://github.com/deepcausality/deep_causality.rs"

ultragraph/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.5](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.4...ultragraph-v0.5.5) - 2025-05-09
11+
12+
### Other
13+
14+
- Fixed tests, benchmarks, and fixed some lints
15+
- Bump rand from 0.8.5 to 0.9.0
16+
- Bump petgraph from 0.6.6 to 0.7.0
17+
1018
## [0.5.4](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.3...ultragraph-v0.5.4) - 2024-11-24
1119

1220
### Other

ultragraph/Cargo.toml

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

0 commit comments

Comments
 (0)