Skip to content

Commit

Permalink
Merge pull request #126 from deepcausality-rs/release-plz-2024-01-25T…
Browse files Browse the repository at this point in the history
…01-53-51Z

chore(deep_causality): release v0.6.4
  • Loading branch information
marvin-hansen authored Jan 25, 2024
2 parents 344ac28 + db3a0a8 commit a14ae43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Other
- Merge branch 'deepcausality-rs:main' into main
- Documented all protocols in deep causality.
- Code formatting & linting.
- Implemented Indexable trait for Context
- Added Indexable protocol to deep causality crate

## [0.6.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.2...deep_causality-v0.6.3) - 2024-01-14

### 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.3"
version = "0.6.4"
edition = "2021"
rust-version = "1.65"
readme = "../README.md"
Expand Down

0 comments on commit a14ae43

Please sign in to comment.