From 7dae57e58fa0496f8110f0d07d5c8bcf8728c46a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 4 Jul 2024 11:21:37 +0100
Subject: [PATCH] chore: release v0.1.6 (#41)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

## 🤖 New release
* `fastlanes`: 0.1.5 -> 0.1.6

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

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


</p></details>

---
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 | 9 +++++++++
 Cargo.toml   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14afb0b..f09b09b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [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
diff --git a/Cargo.toml b/Cargo.toml
index b79007d..5e8472b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fastlanes"
-version = "0.1.5"
+version = "0.1.6"
 description = "Rust implementation of the FastLanes compression layout"
 license = "Apache-2.0"
 homepage = "https://github.com/spiraldb/fastlanes"