Skip to content

v0.2.6

Compare
Choose a tag to compare
@yuchanns yuchanns released this 08 Apr 14:23
· 6 commits to main since this release
a2ed713

Update by changing your Cargo.toml dependency section to:

[dependencies]
# ...
gray_matter = "0.2.6"
# ...
Changelog

Bug fixes

  • Incorrect behavior of pod.is_empty(). @yuchanns

Miscellaneous

  • Add contributor graph.
  • Fix Clippy issues.