Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 75ad6cc commit 8c395a8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.2...deep_causality-v0.7.3) - 2024-11-26

### Other

- updated the following local packages: dcl_data_structures

## [0.7.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.7.1...deep_causality-v0.7.2) - 2024-11-24

### Other
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions dcl_data_structures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- Fixed import in tests
- Fixed ArrayGrid tests and benchmark.
- Fixed module declaration
- Added test coverage for point_index
- Merge branch 'deepcausality-rs:main' into main
- Added or updated example code for dcl_data_structures
- Fixed rewind bug in unsafe_storage_array.
- Added more tests to window type
- Fixed rewind bug in ArrayStorage

## [0.6.1](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.6.0...dcl_data_structures-v0.6.1) - 2024-11-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion dcl_data_structures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcl_data_structures"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
rust-version = "1.80"
repository = "https://github.com/deepcausality/deep_causality.rs"
Expand Down
4 changes: 2 additions & 2 deletions deep_causality/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
rust-version = "1.80"
readme = "../README.md"
Expand All @@ -20,7 +20,7 @@ authors = ["Marvin Hansen <marvin.hansen@gmail.com>", ]

[dependencies.dcl_data_structures]
path = "../dcl_data_structures"
version = "0.6"
version = "0.7"


[dependencies.deep_causality_macros]
Expand Down

0 comments on commit 8c395a8

Please sign in to comment.