Skip to content

Commit

Permalink
chore: release v0.1.6 (#41)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `fastlanes`: 0.1.5 -> 0.1.6

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

<blockquote>

##
[0.1.6](v0.1.5...v0.1.6) -
2024-07-03

### Other
- reimplement Bitpacking::unpack_single
([#42](#42))
- clippy works now, and is pedantic
([#38](#38))
- aggressive clippy
([#37](#37))
- pin nightly-2024-06-19
([#36](#36))
- Apache license ([#34](#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>
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 77f3ab5 commit 7dae57e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.5"
version = "0.1.6"
description = "Rust implementation of the FastLanes compression layout"
license = "Apache-2.0"
homepage = "https://github.com/spiraldb/fastlanes"
Expand Down

0 comments on commit 7dae57e

Please sign in to comment.