Skip to content

Commit

Permalink
Release narrow v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent 465a8ce commit 81e92bd
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.8.7 (2024-09-06)

### New Features

- <csr-id-465a8ce6697cd2cf9591025f14c9d250b12fcc22/> Add function to `StructArray` that returns the Arrow schema

### Commit Statistics

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

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

### Commit Details

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

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

* **[#245](https://github.com/mbrobbel/narrow/issues/245)**
- Add function to `StructArray` that returns the Arrow schema ([`465a8ce`](https://github.com/mbrobbel/narrow/commit/465a8ce6697cd2cf9591025f14c9d250b12fcc22))
</details>

## v0.8.6 (2024-09-05)

### 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.8.6"
version = "0.8.7"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 81e92bd

Please sign in to comment.