From 53a9a5899e8b674d06dfa713c84882d3a14dcbd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:57:57 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..462794a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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.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)) diff --git a/Cargo.toml b/Cargo.toml index 07f399c..55bd485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastlanes" -version = "0.1.0" +version = "0.1.1" description = "Rust implementation of the FastLanes compression layout" license = "MIT" homepage = "https://github.com/spiraldb/fastlanes"