Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/spiraldb/fastlanes/compare/v0.5.0...v0.5.1) - 2026-04-29

### Other

- *(deps)* pin taiki-e/install-action action to 1329c29 ([#132](https://github.com/spiraldb/fastlanes/pull/132))
- *(deps)* update mozilla-actions/sccache-action action to v0.0.10 ([#133](https://github.com/spiraldb/fastlanes/pull/133))
- Reduce copies in benchmarks ([#131](https://github.com/spiraldb/fastlanes/pull/131))
- Bump toolchain to stable and MSRV to 1.91 while verifying MSRV respected ([#130](https://github.com/spiraldb/fastlanes/pull/130))
- Benchmark fused comparison for all widths ([#129](https://github.com/spiraldb/fastlanes/pull/129))
- Remove unused const generics benchmarks ([#128](https://github.com/spiraldb/fastlanes/pull/128))
- *(deps)* update codspeedhq/action digest to db35df7 ([#127](https://github.com/spiraldb/fastlanes/pull/127))
- *(deps)* pin dependencies ([#126](https://github.com/spiraldb/fastlanes/pull/126))
- Move memory allocation out of RLE benchmarks ([#123](https://github.com/spiraldb/fastlanes/pull/123))
- *(deps)* update codspeedhq/action digest to 1c8ae48 ([#122](https://github.com/spiraldb/fastlanes/pull/122))
- *(deps)* update swatinem/rust-cache digest to e18b497 ([#121](https://github.com/spiraldb/fastlanes/pull/121))
- *(deps)* update codspeedhq/action digest to 281164b ([#118](https://github.com/spiraldb/fastlanes/pull/118))
- *(deps)* update marcoieni/release-plz-action digest to 1528104 ([#119](https://github.com/spiraldb/fastlanes/pull/119))
- *(deps)* update marcoieni/release-plz-action digest to f708778 ([#115](https://github.com/spiraldb/fastlanes/pull/115))
- *(deps)* update actions/checkout digest to de0fac2 ([#114](https://github.com/spiraldb/fastlanes/pull/114))
- *(deps)* update codspeedhq/action digest to 4deb327 ([#113](https://github.com/spiraldb/fastlanes/pull/113))
- *(deps)* update codspeedhq/action digest to e736f0d ([#111](https://github.com/spiraldb/fastlanes/pull/111))
- *(deps)* update actions/checkout action to v6 ([#109](https://github.com/spiraldb/fastlanes/pull/109))
- *(deps)* update swatinem/rust-cache digest to 779680d ([#108](https://github.com/spiraldb/fastlanes/pull/108))
- *(deps)* update marcoieni/release-plz-action digest to e592230 ([#107](https://github.com/spiraldb/fastlanes/pull/107))
- *(deps)* update codspeedhq/action digest to 346a2d8 ([#105](https://github.com/spiraldb/fastlanes/pull/105))
- *(deps)* update actions/checkout digest to 93cb6ef ([#104](https://github.com/spiraldb/fastlanes/pull/104))
- *(deps)* update codspeedhq/action digest to daf3e64 ([#103](https://github.com/spiraldb/fastlanes/pull/103))
- clear up safety documentation ([#102](https://github.com/spiraldb/fastlanes/pull/102))
- *(deps)* update codspeedhq/action digest to bb005fe ([#101](https://github.com/spiraldb/fastlanes/pull/101))
- *(deps)* update codspeedhq/action digest to c6574d0 ([#99](https://github.com/spiraldb/fastlanes/pull/99))

## [0.5.0](https://github.com/spiraldb/fastlanes/compare/v0.4.0...v0.5.0) - 2025-10-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastlanes"
version = "0.5.0"
version = "0.5.1"
description = "Rust implementation of the FastLanes compression layout"
license = "Apache-2.0"
homepage = "https://github.com/spiraldb/fastlanes"
Expand Down