Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1006 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.10 - 2024-10-19

Other

  • Fix BitMap::new clippy: Do not create constant for type with interior… (#22)
  • Use exponential growth for O(1) amortizied complexity (#20)

0.1.9 - 2024-09-11

Other

  • Add release-plz.yml (#18)
  • Fix tests on 32 bit (#17)
  • Bump actions/checkout from 3 to 4 (#14)