Skip to content

Commit

Permalink
Release narrow v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2024
1 parent 3e72841 commit 32e4bf5
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.0 (2024-09-12)

### New Features (BREAKING)

- <csr-id-3e728419ff5050cf454c6b6b78d4bf0ca9bc8e45/> add `IntoIterator` for `VariableSizeBinaryArray`

### Commit Statistics

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

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

### Commit Details

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

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

* **[#247](https://github.com/mbrobbel/narrow/issues/247)**
- Add `IntoIterator` for `VariableSizeBinaryArray` ([`3e72841`](https://github.com/mbrobbel/narrow/commit/3e728419ff5050cf454c6b6b78d4bf0ca9bc8e45))
</details>

## v0.8.7 (2024-09-06)

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

0 comments on commit 32e4bf5

Please sign in to comment.