Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 16:36
· 11 commits to main since this release

Added

  • implement Debug, Default and From for Mutex

Fixed

  • fix linebreaks in assertion
  • fix doctest

Other

  • avoid misaligned comments by rustfmt
  • use const initializer as suggested by clippy
  • add lint workflow that runs clippy and rustfmt
  • rename release-plz -> release-plz.yml
  • use LF (Unix style line endings) instead of CRLF everywhere
  • Ellide lifetimes
  • Introduce release-plz
  • Rename Chanelog to uppercase
  • additional test for lock hierarchie violations
  • improve error message on lock hierarchie violation
  • extract integration tests
  • LOCK_LEVELS is private
  • add comments