Skip to content

Releases: joshka/line-clipping

v0.3.3

19 May 03:07
6b6bc66
Compare
Choose a tag to compare

Other

  • (deps) use bitflags 2.9 instead of 2.9.0 (#12)

v0.3.2

13 May 17:21
5424bda
Compare
Choose a tag to compare

Other

  • add badges to readme (#10)
  • update readme from lib.rs
  • fix lints and docs (#9)
  • add CI for no_std (#7)

v0.3.1

13 May 01:41
f39d418
Compare
Choose a tag to compare

Other

  • add better tests (#5)

v0.3.0

11 May 21:54
4f52e10
Compare
Choose a tag to compare

Other

  • tidy up tests and impl of cohen_sutherland

v0.2.2

11 May 18:20
a22f53c
Compare
Choose a tag to compare

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