Skip to content

Commit

Permalink
Release narrow-derive v0.6.10, narrow v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent 69b83cd commit 9b42ca2
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## v0.8.4 (2024-09-03)

### New Features

- <csr-id-69b83cdac7fc3a48e2b10c60b3b4bf2d627c52b0/> add `dyn arrow_array::Array` conversions for union arrays

### 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: [#232](https://github.com/mbrobbel/narrow/issues/232)

### Commit Details

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

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

* **[#232](https://github.com/mbrobbel/narrow/issues/232)**
- Add `dyn arrow_array::Array` conversions for union arrays ([`69b83cd`](https://github.com/mbrobbel/narrow/commit/69b83cdac7fc3a48e2b10c60b3b4bf2d627c52b0))
</details>

## v0.8.3 (2024-09-02)

### 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.8.3"
version = "0.8.4"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down Expand Up @@ -48,7 +48,7 @@ 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 }
chrono = { version = "0.4.38", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.9", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.10", optional = true }
uuid = { version = "1.10.0", default-features = false, optional = true }

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


## v0.6.10 (2024-09-03)

### Chore

- <csr-id-a2eb1d971746a99544adc21da3e594cbecf9531d/> bump syn from 2.0.76 to 2.0.77

### 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: [#231](https://github.com/mbrobbel/narrow/issues/231)

### Commit Details

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

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

* **[#231](https://github.com/mbrobbel/narrow/issues/231)**
- Bump syn from 2.0.76 to 2.0.77 ([`a2eb1d9`](https://github.com/mbrobbel/narrow/commit/a2eb1d971746a99544adc21da3e594cbecf9531d))
</details>

## v0.6.9 (2024-09-02)

<csr-id-ceeb3ad92517eed52fb98a1af3fdb151c88419c4/>
<csr-id-d327178f451a06e931f6fd8c433564110c392e59/>
<csr-id-9b7e2d2ce9076b03b3ca3b3ab549fd0d26f4b338/>
<csr-id-3dfd8e4e260128ed7a48418b1b6460bd27ea17cf/>

### Chore

- <csr-id-ceeb3ad92517eed52fb98a1af3fdb151c88419c4/> bump proc-macro-crate from 3.1.0 to 3.2.0
Expand All @@ -13,7 +42,7 @@

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

- 4 commits contributed to the release.
- 5 commits contributed to the release.
- 17 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#225](https://github.com/mbrobbel/narrow/issues/225), [#226](https://github.com/mbrobbel/narrow/issues/226), [#227](https://github.com/mbrobbel/narrow/issues/227), [#228](https://github.com/mbrobbel/narrow/issues/228)
Expand All @@ -32,6 +61,8 @@
- Bump syn from 2.0.75 to 2.0.76 ([`d327178`](https://github.com/mbrobbel/narrow/commit/d327178f451a06e931f6fd8c433564110c392e59))
* **[#228](https://github.com/mbrobbel/narrow/issues/228)**
- Bump proc-macro-crate from 3.1.0 to 3.2.0 ([`ceeb3ad`](https://github.com/mbrobbel/narrow/commit/ceeb3ad92517eed52fb98a1af3fdb151c88419c4))
* **Uncategorized**
- Release narrow-derive v0.6.9, narrow v0.8.3 ([`0446491`](https://github.com/mbrobbel/narrow/commit/0446491576ab85ac03d7027ba44202af26abbb72))
</details>

## v0.6.8 (2024-08-15)
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.9"
version = "0.6.10"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 9b42ca2

Please sign in to comment.