Skip to content

Commit

Permalink
Release narrow v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 7cddc08 commit 98942f5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## v0.9.2 (2024-09-20)

### New Features

- <csr-id-bc0a6114eba19f7b2d0ff23858521cf01b879362/> support `arrow` conversion of `LogicalArray` to `GenericListArray`

### Commit Statistics

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

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

### Commit Details

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

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

* **[#251](https://github.com/mbrobbel/narrow/issues/251)**
- Support `arrow` conversion of `LogicalArray` to `GenericListArray` ([`bc0a611`](https://github.com/mbrobbel/narrow/commit/bc0a6114eba19f7b2d0ff23858521cf01b879362))
</details>

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

### New Features
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.1"
version = "0.9.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 98942f5

Please sign in to comment.