## v0.5.7 (2024-11-08)
### Chore
- update pinned rust version, clippy lints, remove some dead code
### Commit Statistics
- 1 commit contributed to the release.
- 69 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#1444](https://github.com/hydro-project/hydroflow/issues/1444)
### Commit Details
view details
* **[#1444](https://github.com/hydro-project/hydroflow/issues/1444)**
- Update pinned rust version, clippy lints, remove some dead code ([`d567760`](https://github.com/hydro-project/hydroflow/commit/d5677604e93c07a5392f4229af94a0b736eca382))
## v0.5.6 (2024-08-30)
### Chore
- lower min dependency versions where possible, update `Cargo.lock`
Moved from #1418
---------
### Commit Statistics
- 2 commits contributed to the release.
- 38 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#1423](https://github.com/hydro-project/hydroflow/issues/1423)
### Commit Details
view details
* **[#1423](https://github.com/hydro-project/hydroflow/issues/1423)**
- Lower min dependency versions where possible, update `Cargo.lock` ([`11af328`](https://github.com/hydro-project/hydroflow/commit/11af32828bab6e4a4264d2635ff71a12bb0bb778))
* **Uncategorized**
- Release hydroflow_lang v0.9.0, hydroflow_datalog_core v0.9.0, hydroflow_datalog v0.9.0, hydroflow_deploy_integration v0.9.0, hydroflow_macro v0.9.0, lattices_macro v0.5.6, lattices v0.5.7, multiplatform_test v0.2.0, variadics v0.0.6, pusherator v0.0.8, hydroflow v0.9.0, stageleft_macro v0.3.0, stageleft v0.4.0, stageleft_tool v0.3.0, hydroflow_plus v0.9.0, hydro_deploy v0.9.0, hydro_cli v0.9.0, hydroflow_plus_deploy v0.9.0, safety bump 8 crates ([`0750117`](https://github.com/hydro-project/hydroflow/commit/0750117de7088c01a439b102adeb4c832889f171))
## v0.5.5 (2024-07-23)
### Documentation
- add `#[derive(Lattice)]` docs to README, import into book, fix #1259
### New Features
- add `#[derive(Lattice)]` derive macros, fix #1247
This adds derive macros to allow user-created macros. Each field must be
a lattice.
Example usage:
```rust
struct MyLattice
where
KeySet: Collection,
Epoch: Ord,
{
keys: SetUnion,
epoch: Max,
}
```
Uses `#[derive(Lattice)]` for the `lattices` library `Pair` lattice.
Also contains some cleanup in the `lattices` crate.
### Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#1250](https://github.com/hydro-project/hydroflow/issues/1250), [#1267](https://github.com/hydro-project/hydroflow/issues/1267)
### Commit Details
view details
* **[#1250](https://github.com/hydro-project/hydroflow/issues/1250)**
- Add `#[derive(Lattice)]` derive macros, fix #1247 ([`b3d01c2`](https://github.com/hydro-project/hydroflow/commit/b3d01c20cae2335a3da2c02343debe677f17786b))
* **[#1267](https://github.com/hydro-project/hydroflow/issues/1267)**
- Add `#[derive(Lattice)]` docs to README, import into book, fix #1259 ([`b4e226f`](https://github.com/hydro-project/hydroflow/commit/b4e226f1305a9631083bb6e9c7e5f01cc7c9aa90))
* **Uncategorized**
- Release hydroflow_lang v0.8.0, hydroflow_datalog_core v0.8.0, hydroflow_datalog v0.8.0, hydroflow_macro v0.8.0, lattices_macro v0.5.5, lattices v0.5.6, variadics v0.0.5, pusherator v0.0.7, hydroflow v0.8.0, hydroflow_plus v0.8.0, hydro_deploy v0.8.0, hydro_cli v0.8.0, hydroflow_plus_cli_integration v0.8.0, safety bump 7 crates ([`ca6c16b`](https://github.com/hydro-project/hydroflow/commit/ca6c16b4a7ce35e155fe7fc6c7d1676c37c9e4de))