# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1] - 2025-02-17
### Updated
- Fix BC6H encoding for black pixels
- Use adapter limits in the example compressor
- Improve PSNR output CPU of when compared to the GPU versions of BC6H / BC7
## [0.2.0] - 2025-01-22
### Added
- Provide more feature flags for optional features
- Implemented CPU based BC6H encoding
- Implemented CPU based BC7 encoding
## [0.1.1] - 2025-01-20
### Updated
- Fix compilation with no default features.
## [0.1.0] - 2025-01-20
### Added
- Initial release.