Skip to content

Commit

Permalink
Release narrow v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2024
1 parent 1568286 commit 0ba2880
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## v0.9.1 (2024-09-12)

### New Features

- <csr-id-156828632e951157a45551a591849fc0c0663a40/> impl `LogicalArrayType` for `VariableSizeBinary` to fix `IntoIterator` when used in `StructArray`

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#248](https://github.com/mbrobbel/narrow/issues/248)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#248](https://github.com/mbrobbel/narrow/issues/248)**
- Impl `LogicalArrayType` for `VariableSizeBinary` to fix `IntoIterator` when used in `StructArray` ([`1568286`](https://github.com/mbrobbel/narrow/commit/156828632e951157a45551a591849fc0c0663a40))
</details>

## v0.9.0 (2024-09-12)

### New Features (BREAKING)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = ["narrow-derive"]

[package]
name = "narrow"
version = "0.9.0"
version = "0.9.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 0ba2880

Please sign in to comment.