Skip to content

Commit

Permalink
Merge pull request #130 from deepcausality-rs/release-plz-2024-01-25T…
Browse files Browse the repository at this point in the history
…06-36-13Z

chore(deep_causality): release v0.7.0
  • Loading branch information
marvin-hansen authored Jan 25, 2024
2 parents 45b4763 + b6dd7c2 commit 597ea8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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/deep_causality-v0.6.5...deep_causality-v0.7.0) - 2024-01-25

### Other
- Replaced Cell types with Arc/RwLock to make interior mutability thread safe.

## [0.6.5](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.4...deep_causality-v0.6.5) - 2024-01-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion deep_causality/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality"
version = "0.6.5"
version = "0.7.0"
edition = "2021"
rust-version = "1.65"
readme = "../README.md"
Expand Down

0 comments on commit 597ea8d

Please sign in to comment.