Releases: hydro-project/hydro
Releases · hydro-project/hydro
lattices v0.1.1
Documentation
- simplified explanations, fixed typos, removed dead named links
- update links from old to new book
Refactor
- update cc-traits to v2, remove
SimpleKeyedRef
shim
Commit Statistics
- 4 commits contributed to the release over the course of 1 calendar day.
- 3 days passed between releases.
- 3 commits were understood as conventional.
- 3 unique issues were worked on: #671, #674, #687
Commit Details
hydroflow_macro v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Documentation
- Add rustdocs to hydroflow's proc macros
Commit Statistics
- 4 commits contributed to the release over the course of 1 calendar day.
- 3 days passed between releases.
- 2 commits were understood as conventional.
- 4 unique issues were worked on: #661, #671, #677, #684
Commit Details
hydroflow_lang v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Refactor
- remove
hydroflow::lang
module, moveClear
,MonotonicMap
tohydroflow::util
instead
Commit Statistics
- 5 commits contributed to the release over the course of 1 calendar day.
- 3 days passed between releases.
- 2 commits were understood as conventional.
- 5 unique issues were worked on: #661, #673, #676, #677, #684
Commit Details
view details
- #661
- Add hydroflow_{test, main} so that hydroflow is actually singlethreaded (f61054e)
- #673
- Don't box source_stream argument unnecessarily (dc37cba)
- #676
- Remove last instances of tokio::main (367073b)
- #677
- Remove
hydroflow::lang
module, moveClear
,MonotonicMap
tohydroflow::util
instead (faab58f)
- Remove
- #684
- Bump versions to 0.1.0 for release (52ee8f8)
hydroflow_internalmacro v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 27 days passed between releases.
- 1 commit was understood as conventional.
- 3 unique issues were worked on: #661, #671, #684
Commit Details
hydroflow_datalog_core v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Refactor
- remove
hydroflow::lang
module, moveClear
,MonotonicMap
tohydroflow::util
instead
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 3 days passed between releases.
- 2 commits were understood as conventional.
- 3 unique issues were worked on: #673, #677, #684
Commit Details
hydroflow_datalog v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Documentation
- Add rustdocs to hydroflow's proc macros
Commit Statistics
- 2 commits contributed to the release.
- 3 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #677, #684
Commit Details
hydroflow_cli_integration v0.1.0
Chore
- bump versions to 0.1.0 for release
For release on crates.io for v0.1
Commit Statistics
- 1 commit contributed to the release.
- 3 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #684
Commit Details
First Drop
This is the initial alpha release of the Hydroflow runtime. Please see the README and book for more details.