From 19ba39c00a6c9d54bc19791a3022c944b3c3169e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:02:25 +0000 Subject: [PATCH] Release narrow v0.8.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0ec1a..cd76c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ +## v0.8.2 (2024-08-16) + +### New Features + + - add `map` feature with logical array support for `HashMap` + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#223](https://github.com/mbrobbel/narrow/issues/223) + +### Commit Details + + + +
view details + + * **[#223](https://github.com/mbrobbel/narrow/issues/223)** + - Add `map` feature with logical array support for `HashMap` ([`2f937bb`](https://github.com/mbrobbel/narrow/commit/2f937bb44fa76861f0781e340af0eee1b4306f3f)) +
+ ## v0.8.1 (2024-08-15) ### New Features diff --git a/Cargo.lock b/Cargo.lock index 8cee69f..7f4b8ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "narrow" -version = "0.8.1" +version = "0.8.2" dependencies = [ "arrow-array", "arrow-buffer", diff --git a/Cargo.toml b/Cargo.toml index ef52cea..24630c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = ["narrow-derive"] [package] name = "narrow" -version = "0.8.1" +version = "0.8.2" authors.workspace = true edition.workspace = true rust-version.workspace = true