# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Releases of the form `0.1.n` do not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
that is each release may contain incompatible API changes.
Once the API has stabilized this project will adopt semantic versioning, the first release to do so will be `0.2.0`.
## [Unreleased]
### Added
### Changed
### Removed
### Deprecated
### Fixed
### Security
## [0.1.5] - 2026-07-10
### Added
- `bits_0_31`, `bits_32_63` etc functions.
- `From<u64>` functions.
## [0.1.4] - 2026-07-04
### Changed
- pass other by value in `is_superset`, `is_subset`, and `intersects` functions.
## [0.1.3] - 2026-07-04
### Added
- `deny`s to `lib.rs`.
### Changed
- Updated documentation.
## [0.1.2] - 2026-06-21
### Added
- #[must_use] attribute to selected functions.
### Removed
- `allow`s from `lib.rs`.
## [0.1.1] - 2026-06-07
### Changed
- Improved `serde` support.
- Included full text of Apache 2.0 license
### Removed
- `katex-header.html`.
## [0.1.0] - 2026-05-15
Initial release.