Skip to content

Releases: hawkw/mycelium

cordyceps v0.2.2

21 Jun 18:15
f956111
Compare
Choose a tag to compare

Added

Deprecated

Documented

Fixed

cordyceps v0.2.1

21 Jun 18:15
7cdb821
Compare
Choose a tag to compare

Added

Fixed

cordyceps v0.2.0

21 Jun 18:14
e3fe8f8
Compare
Choose a tag to compare

Breaking Changes

  • Fix use-after-free in List iterators (#203) (1eea1f2)
    This changes the type signature of the list::Iter and list::Cursor
    types.
  • Add Drop impl for List (#203) (ea7412a)
    The List::new constructor now requires a T: Linked<list::Links<T>>
    bound.

Added

Fixed

cordyceps v0.1.1

06 Jun 18:45
cae707e
Compare
Choose a tag to compare

Documentation

  • point README links at docs.rs
    Now that we're on crates.io...
  • add basic linked list examples
    • docs(cordyceps): add basic linked list examples
  • misc docs fixy-uppy

New Features

  • added new push_back and pop_front methods to list
    This PR adds some nice-to-have methods as detailed in this issue.

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.
  • 2 days passed between releases.
  • 3 commits where understood as conventional.
  • 3 unique issues were worked on: #198, #200, #202

Commit Details

view details
  • #198
    • added new push_back and pop_front methods to list (c555772)
  • #200
    • add basic linked list examples (05c1509)
  • #202
    • point README links at docs.rs (f0f2748)
  • Uncategorized
    • Release cordyceps v0.1.1 (8164318)

Cordyceps v0.1.0

04 Jun 18:54
8fe36c4
Compare
Choose a tag to compare
  • Initial release!