Skip to content

Commit

Permalink
chore: release v0.1.8 (#48)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `fastlanes`: 0.1.7 -> 0.1.8 (✓ API compatible changes)

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

<blockquote>

##
[0.1.8](v0.1.7...v0.1.8) -
2024-09-20

### Fixed

- fix the readme example and run it as a doctest
([#47](#47))
</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 Sep 20, 2024
1 parent 833c253 commit 8e0ff37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.8](https://github.com/spiraldb/fastlanes/compare/v0.1.7...v0.1.8) - 2024-09-20

### Fixed

- fix the readme example and run it as a doctest ([#47](https://github.com/spiraldb/fastlanes/pull/47))

## [0.1.7](https://github.com/spiraldb/fastlanes/compare/v0.1.6...v0.1.7) - 2024-07-19

### 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.7"
version = "0.1.8"
description = "Rust implementation of the FastLanes compression layout"
license = "Apache-2.0"
homepage = "https://github.com/spiraldb/fastlanes"
Expand Down

0 comments on commit 8e0ff37

Please sign in to comment.