Skip to content

Commit

Permalink
Release narrow-derive v0.6.11, narrow v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent e77196c commit 05377e2
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 6 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@


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

### New Features

- <csr-id-e77196c759e488b8a7ab92d5864e43e13ce243f3/> impl `Clone` for arrays
- <csr-id-53859628d31bee9ebdacd4c05e70cf548cd2cd69/> add `ArrayType` impl for `Box<T>`

### Commit Statistics

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

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

### Commit Details

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

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

* **[#238](https://github.com/mbrobbel/narrow/issues/238)**
- Add `ArrayType` impl for `Box<T>` ([`5385962`](https://github.com/mbrobbel/narrow/commit/53859628d31bee9ebdacd4c05e70cf548cd2cd69))
* **[#242](https://github.com/mbrobbel/narrow/issues/242)**
- Impl `Clone` for arrays ([`e77196c`](https://github.com/mbrobbel/narrow/commit/e77196c759e488b8a7ab92d5864e43e13ce243f3))
</details>

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

### 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.4"
version = "0.8.5"
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.10", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.11", 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.11 (2024-09-05)

### New Features

- <csr-id-e77196c759e488b8a7ab92d5864e43e13ce243f3/> impl `Clone` for arrays

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

### Commit Details

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

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

* **[#242](https://github.com/mbrobbel/narrow/issues/242)**
- Impl `Clone` for arrays ([`e77196c`](https://github.com/mbrobbel/narrow/commit/e77196c759e488b8a7ab92d5864e43e13ce243f3))
</details>

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

<csr-id-a2eb1d971746a99544adc21da3e594cbecf9531d/>

### Chore

- <csr-id-a2eb1d971746a99544adc21da3e594cbecf9531d/> bump syn from 2.0.76 to 2.0.77
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: [#231](https://github.com/mbrobbel/narrow/issues/231)

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

* **[#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))
* **Uncategorized**
- Release narrow-derive v0.6.10, narrow v0.8.4 ([`9b42ca2`](https://github.com/mbrobbel/narrow/commit/9b42ca2e5b31c6d16f5a41855a504c58c16cbc18))
</details>

## v0.6.9 (2024-09-02)
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.10"
version = "0.6.11"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 05377e2

Please sign in to comment.