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.
0.1.0.1 - 2026-03-25
- Initial release following python-project-scaffold skill
- Bloom filter implementation with memory mapping support
- Save/load with bz2 compression
- Multiple hash functions (blake2b512, sha3_256, sha256)
- Merge support for conforming filters
- Statistics and entropy analysis
- CLI entry point