Skip to content

Releases: hawkw/mycelium

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!