Skip to content

Commit

Permalink
Release narrow-derive v0.6.7, narrow v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent fab6e21 commit d2c904f
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 6 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.0 (2024-08-06)

### New Features (BREAKING)

- <csr-id-d0c62de6886f8672990f6cb0fd2722ce2d049bd0/> convert to nullable arrays from `arrow-rs` arrays without null buffers

### Commit Statistics

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

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

### Commit Details

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

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

* **[#218](https://github.com/mbrobbel/narrow/issues/218)**
- Convert to nullable arrays from `arrow-rs` arrays without null buffers ([`d0c62de`](https://github.com/mbrobbel/narrow/commit/d0c62de6886f8672990f6cb0fd2722ce2d049bd0))
</details>

## v0.7.7 (2024-06-26)

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.7.7"
version = "0.8.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down Expand Up @@ -45,7 +45,7 @@ uuid = ["dep:uuid"]
arrow-array = { version = "52", default-features = false, optional = true }
arrow-buffer = { version = "52", default-features = false, optional = true }
arrow-schema = { version = "52", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.1", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.7", optional = true }
uuid = { version = "1.10.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down
31 changes: 30 additions & 1 deletion narrow-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@


## v0.6.7 (2024-08-06)

### Chore

- <csr-id-9c3272f2791c2de60dd598a99c0e43b8713285aa/> bump syn from 2.0.70 to 2.0.72

### Commit Statistics

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

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

### Commit Details

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

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

* **[#214](https://github.com/mbrobbel/narrow/issues/214)**
- Bump syn from 2.0.70 to 2.0.72 ([`9c3272f`](https://github.com/mbrobbel/narrow/commit/9c3272f2791c2de60dd598a99c0e43b8713285aa))
</details>

## v0.6.6 (2024-07-10)

<csr-id-50e9eafdc240f5f20b2c43c839409b52c09dc007/>

### Chore

- <csr-id-50e9eafdc240f5f20b2c43c839409b52c09dc007/> bump syn from 2.0.58 to 2.0.70
Expand All @@ -10,7 +37,7 @@

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

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

Expand All @@ -22,6 +49,8 @@

* **[#210](https://github.com/mbrobbel/narrow/issues/210)**
- Bump syn from 2.0.58 to 2.0.70 ([`50e9eaf`](https://github.com/mbrobbel/narrow/commit/50e9eafdc240f5f20b2c43c839409b52c09dc007))
* **Uncategorized**
- Release narrow-derive v0.6.6 ([`ae7298d`](https://github.com/mbrobbel/narrow/commit/ae7298de8de12a6050cbaace21a776e240838a4b))
</details>

## v0.6.5 (2024-07-09)
Expand Down
2 changes: 1 addition & 1 deletion narrow-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "narrow-derive"
version = "0.6.6"
version = "0.6.7"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit d2c904f

Please sign in to comment.