From ddbec8afa49471de90c34ef55588b00d58352e05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:28:48 +0100 Subject: [PATCH] chore: release v0.1.5 (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `fastlanes`: 0.1.4 -> 0.1.5
Changelog

## [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))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ed002..14afb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 diff --git a/Cargo.toml b/Cargo.toml index 400ad82..f16e160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastlanes" -version = "0.1.4" +version = "0.1.5" description = "Rust implementation of the FastLanes compression layout" license = "MIT" homepage = "https://github.com/spiraldb/fastlanes"