Skip to content

Commit

Permalink
Release narrow-derive v0.7.0, narrow v0.10.0, safety bump narrow v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent 141da63 commit e3f5ce6
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 6 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@


## v0.10.0 (2024-10-01)

### New Features

- <csr-id-eea8fc443e5ee2e224a99d15fc50d2c40efec41f/> add `data_type` method to `arrow-rs` `Array` extension trait

### New Features (BREAKING)

- <csr-id-22608e3bdd59da2774c74eed714d752e58c33818/> project struct array fields in `arrow` conversion

### Commit Statistics

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

- 2 commits contributed to the release.
- 10 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#253](https://github.com/mbrobbel/narrow/issues/253), [#254](https://github.com/mbrobbel/narrow/issues/254)

### Commit Details

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

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

* **[#253](https://github.com/mbrobbel/narrow/issues/253)**
- Add `data_type` method to `arrow-rs` `Array` extension trait ([`eea8fc4`](https://github.com/mbrobbel/narrow/commit/eea8fc443e5ee2e224a99d15fc50d2c40efec41f))
* **[#254](https://github.com/mbrobbel/narrow/issues/254)**
- Project struct array fields in `arrow` conversion ([`22608e3`](https://github.com/mbrobbel/narrow/commit/22608e3bdd59da2774c74eed714d752e58c33818))
</details>

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

### 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.9.2"
version = "0.10.0"
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.11", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.7.0", optional = true }
uuid = { version = "1.10.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down
44 changes: 43 additions & 1 deletion narrow-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@


## v0.7.0 (2024-10-01)

### Chore

- <csr-id-60f078caa9a637255d8eebd57610f19267724642/> bump once_cell from 1.19.0 to 1.20.1
- <csr-id-5201af299eb62f8861d8f9334a7de3cbb50028ab/> bump syn from 2.0.77 to 2.0.79
- <csr-id-7cddc08759f06fe8555526379e00d75b064de339/> revert bump of once_cell from 1.19.0 to 1.20.0
- <csr-id-ade7695f935ee00cc9bc7e6d849e704e7d4fe6f2/> bump once_cell from 1.19.0 to 1.20.0

### New Features (BREAKING)

- <csr-id-22608e3bdd59da2774c74eed714d752e58c33818/> project struct array fields in `arrow` conversion

### Commit Statistics

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

- 5 commits contributed to the release.
- 26 days passed between releases.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 5 unique issues were worked on: [#249](https://github.com/mbrobbel/narrow/issues/249), [#252](https://github.com/mbrobbel/narrow/issues/252), [#254](https://github.com/mbrobbel/narrow/issues/254), [#257](https://github.com/mbrobbel/narrow/issues/257), [#258](https://github.com/mbrobbel/narrow/issues/258)

### Commit Details

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

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

* **[#249](https://github.com/mbrobbel/narrow/issues/249)**
- Bump once_cell from 1.19.0 to 1.20.0 ([`ade7695`](https://github.com/mbrobbel/narrow/commit/ade7695f935ee00cc9bc7e6d849e704e7d4fe6f2))
* **[#252](https://github.com/mbrobbel/narrow/issues/252)**
- Revert bump of once_cell from 1.19.0 to 1.20.0 ([`7cddc08`](https://github.com/mbrobbel/narrow/commit/7cddc08759f06fe8555526379e00d75b064de339))
* **[#254](https://github.com/mbrobbel/narrow/issues/254)**
- Project struct array fields in `arrow` conversion ([`22608e3`](https://github.com/mbrobbel/narrow/commit/22608e3bdd59da2774c74eed714d752e58c33818))
* **[#257](https://github.com/mbrobbel/narrow/issues/257)**
- Bump syn from 2.0.77 to 2.0.79 ([`5201af2`](https://github.com/mbrobbel/narrow/commit/5201af299eb62f8861d8f9334a7de3cbb50028ab))
* **[#258](https://github.com/mbrobbel/narrow/issues/258)**
- Bump once_cell from 1.19.0 to 1.20.1 ([`60f078c`](https://github.com/mbrobbel/narrow/commit/60f078caa9a637255d8eebd57610f19267724642))
</details>

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

### New Features
Expand All @@ -10,7 +50,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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: [#242](https://github.com/mbrobbel/narrow/issues/242)
Expand All @@ -23,6 +63,8 @@

* **[#242](https://github.com/mbrobbel/narrow/issues/242)**
- Impl `Clone` for arrays ([`e77196c`](https://github.com/mbrobbel/narrow/commit/e77196c759e488b8a7ab92d5864e43e13ce243f3))
* **Uncategorized**
- Release narrow-derive v0.6.11, narrow v0.8.5 ([`05377e2`](https://github.com/mbrobbel/narrow/commit/05377e22332dda43eb532fcb1682db64be6c07cd))
</details>

## v0.6.10 (2024-09-03)
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.11"
version = "0.7.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit e3f5ce6

Please sign in to comment.