# 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.8](https://github.com/spiraldb/fastlanes/compare/v0.1.7...v0.1.8) - 2024-09-20 ### Fixed - fix the readme example and run it as a doctest ([#47](https://github.com/spiraldb/fastlanes/pull/47)) ## [0.1.7](https://github.com/spiraldb/fastlanes/compare/v0.1.6...v0.1.7) - 2024-07-19 ### Other - Fast unpack_single ([#43](https://github.com/spiraldb/fastlanes/pull/43)) ## [0.1.6](https://github.com/spiraldb/fastlanes/compare/v0.1.5...v0.1.6) - 2024-07-03 ### Other - reimplement Bitpacking::unpack_single ([#42](https://github.com/spiraldb/fastlanes/pull/42)) - clippy works now, and is pedantic ([#38](https://github.com/spiraldb/fastlanes/pull/38)) - aggressive clippy ([#37](https://github.com/spiraldb/fastlanes/pull/37)) - pin nightly-2024-06-19 ([#36](https://github.com/spiraldb/fastlanes/pull/36)) - Apache license ([#34](https://github.com/spiraldb/fastlanes/pull/34)) ## [0.1.5](https://github.com/spiraldb/fastlanes/compare/v0.1.4...v0.1.5) - 2024-06-17 ### Other - Fix fused delta ([#31](https://github.com/spiraldb/fastlanes/pull/31)) ## [0.1.4](https://github.com/spiraldb/fastlanes/compare/v0.1.3...v0.1.4) - 2024-06-17 ### Other - Unchecked unpack single ([#29](https://github.com/spiraldb/fastlanes/pull/29)) ## [0.1.3](https://github.com/spiraldb/fastlanes/compare/v0.1.2...v0.1.3) - 2024-06-17 ### Other - *(deps)* update mozilla-actions/sccache-action action to v0.0.5 ([#28](https://github.com/spiraldb/fastlanes/pull/28)) - Bitunpack Single ([#27](https://github.com/spiraldb/fastlanes/pull/27)) - Unchecked bitpack ([#25](https://github.com/spiraldb/fastlanes/pull/25)) ## [0.1.2](https://github.com/spiraldb/fastlanes/compare/v0.1.1...v0.1.2) - 2024-06-16 ### Other - Fused Delta + FoR ([#22](https://github.com/spiraldb/fastlanes/pull/22)) ## [0.1.1](https://github.com/spiraldb/fastlanes-rs/compare/v0.1.0...v0.1.1) - 2024-06-14 ### Other - Delta Encoding ([#11](https://github.com/spiraldb/fastlanes-rs/pull/11)) - Transpose Masks ([#8](https://github.com/spiraldb/fastlanes-rs/pull/8)) - Remove old workflow ([#7](https://github.com/spiraldb/fastlanes-rs/pull/7))