Skip to content

Releases: amethyst/hibitset

0.6.4

16 Sep 06:40
02d85de
Compare
Choose a tag to compare

What's Changed

See changelog: https://github.com/amethyst/hibitset/blob/master/CHANGELOG.md#064-2023-07-16

Or list of PRs:

  • Fix duplication typo s/a a/a/ by @akesling in #60
  • Fix UB reported by miri in AtomicBitSet by @Imberflur in #61
  • Update changelog and bump version, switch to github actions by @Imberflur in #63

New Contributors

Full Changelog: 0.6.3...0.6.4

Release 0.6.3

16 Feb 22:39
c3f897a
Compare
Choose a tag to compare
  • BitSetAnd, BitSetOr, BitSetNot, BitSetXor, BitSetAll now implement Clone. (#52)
  • Bitset layers can be read though BitSet::layer{0,1,2}_as_slice. (#53)
  • rayon is updated to 1.3. (#56)