Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 18:20
· 12 commits to main since this release
a22f53c

Added

  • (no_std) make the crate no_std-compatible

Fixed

  • cleanup doc tests and formatting

Other

  • add rustfmt config
  • add git-cliff generated changelog
  • (deps) bump bitflags in the rust-dependencies group (#2)
  • add ci and release workflows

🚀 Features

  • (no_std) Make the crate no_std-compatible

🐛 Bug Fixes

  • Cleanup doc tests and formatting

💼 Other

  • Merge pull request #1 from j-g00da/no_std

feat(no_std): make the crate no_std-compatible

⚙️ Miscellaneous Tasks

  • Add ci and release workflows