Skip to content

v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 21:36
· 541 commits to main since this release

2022-10-07

Chores

Docs

Features

  • use newtype construct for container id, [41cbb84]

Refactors

  • Impl Copy where able to, [e76878f]
  • replace async fn with just fn, [17dc604]
  • remove pointless clone()'s & variable declarations, [6731002]
  • replace String::from("") with String::new(), [62fb224]
  • replace map_or_else with map_or, [3e26f29], [5660b34]

see CHANGELOG.md for more details