Skip to content

hydroflow_lang v0.1.0

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 23 May 22:09
· 639 commits to main since this release

Chore

  • bump versions to 0.1.0 for release
    For release on crates.io for v0.1

Refactor

  • remove hydroflow::lang module, move Clear, MonotonicMap to hydroflow::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, move Clear, MonotonicMap to hydroflow::util instead (faab58f)
  • #684
    • Bump versions to 0.1.0 for release (52ee8f8)