Skip to content

Releases: indiv0/lazycell

v0.2.0

28 Mar 11:48
Compare
Choose a tag to compare

v0.2.0 (2016-03-28)

Features

  • lazycell:
    • add tests for LazyCell struct (38f1313d, closes #30)
    • remove unnecessary Default impl (68c16d2d)

Documentation

  • CHANGELOG: removed unnecessary sections (1cc0555d)
  • README: add link to documentation (c8dc33f0, closes #13)

v0.1.0

16 Mar 03:40
Compare
Choose a tag to compare

v0.1.0 (2016-03-16)

Features

  • lib.rs: implement Default trait for LazyCell (150a6304)

v0.0.1

16 Mar 02:52
Compare
Choose a tag to compare

v0.0.1 (2016-03-16)

Bug Fixes

  • Cargo.toml: loosen restrictions on Clippy version (84dd8f96)

Features