Skip to content

Commit

Permalink
Release narrow-derive v0.6.9, narrow v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 5972c2b commit 0446491
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 20 deletions.
41 changes: 33 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


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

### New Features

- <csr-id-5972c2bf51660bea0ab916ca18ecb7e1bf92275a/> add `NaiveDate` and `TimeDelta` from `chrono`

### Commit Statistics

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

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

### Commit Details

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

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

* **[#230](https://github.com/mbrobbel/narrow/issues/230)**
- Add `NaiveDate` and `TimeDelta` from `chrono` ([`5972c2b`](https://github.com/mbrobbel/narrow/commit/5972c2bf51660bea0ab916ca18ecb7e1bf92275a))
</details>

## v0.8.2 (2024-08-16)

### New Features
Expand Down Expand Up @@ -269,7 +294,7 @@

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

- 4 commits contributed to the release over the course of 22 calendar days.
- 4 commits contributed to the release.
- 49 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#166](https://github.com/mbrobbel/narrow/issues/166), [#176](https://github.com/mbrobbel/narrow/issues/176), [#178](https://github.com/mbrobbel/narrow/issues/178), [#179](https://github.com/mbrobbel/narrow/issues/179)
Expand Down Expand Up @@ -306,7 +331,7 @@

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

- 2 commits contributed to the release over the course of 48 calendar days.
- 2 commits contributed to the release.
- 72 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#155](https://github.com/mbrobbel/narrow/issues/155), [#171](https://github.com/mbrobbel/narrow/issues/171)
Expand Down Expand Up @@ -508,7 +533,7 @@

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

- 52 commits contributed to the release over the course of 173 calendar days.
- 52 commits contributed to the release.
- 173 days passed between releases.
- 20 commits were understood as [conventional](https://www.conventionalcommits.org).
- 11 unique issues were worked on: [#100](https://github.com/mbrobbel/narrow/issues/100), [#102](https://github.com/mbrobbel/narrow/issues/102), [#107](https://github.com/mbrobbel/narrow/issues/107), [#108](https://github.com/mbrobbel/narrow/issues/108), [#109](https://github.com/mbrobbel/narrow/issues/109), [#110](https://github.com/mbrobbel/narrow/issues/110), [#117](https://github.com/mbrobbel/narrow/issues/117), [#118](https://github.com/mbrobbel/narrow/issues/118), [#123](https://github.com/mbrobbel/narrow/issues/123), [#136](https://github.com/mbrobbel/narrow/issues/136), [#98](https://github.com/mbrobbel/narrow/issues/98)
Expand Down Expand Up @@ -648,7 +673,7 @@

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

- 3 commits contributed to the release over the course of 4 calendar days.
- 3 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#82](https://github.com/mbrobbel/narrow/issues/82)
Expand Down Expand Up @@ -819,7 +844,7 @@
- Add `BufferRef` and `BufferRefMut` impls for `BooleanArray` ([`50c9d81`](https://github.com/mbrobbel/narrow/commit/50c9d81cdce63ca6c3500d2c436ce4c3712a506d))
</details>

## v0.2.5 (2023-07-26)
## v0.2.5 (2023-07-27)

<csr-id-adc3f3b5ff5854ece947fe4dbee33e8d8cf5fff6/>
<csr-id-aeefe446e6845ab203e72685d37fc263e1cbd2a5/>
Expand Down Expand Up @@ -877,7 +902,7 @@

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

- 62 commits contributed to the release over the course of 630 calendar days.
- 62 commits contributed to the release.
- 726 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#69](https://github.com/mbrobbel/narrow/issues/69), [#70](https://github.com/mbrobbel/narrow/issues/70)
Expand Down Expand Up @@ -955,13 +980,13 @@
- Migrate to 2021 edition ([`60d723d`](https://github.com/mbrobbel/narrow/commit/60d723d3a721d8578ffe96ea857c7b9d124147ed))
</details>

## v0.1.0 (2021-07-29)
## v0.1.0 (2021-07-30)

### Commit Statistics

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

- 16 commits contributed to the release over the course of 84 calendar days.
- 16 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

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.2"
version = "0.8.3"
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.8", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.9", optional = true }
uuid = { version = "1.10.0", default-features = false, optional = true }

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


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

### Chore

- <csr-id-ceeb3ad92517eed52fb98a1af3fdb151c88419c4/> bump proc-macro-crate from 3.1.0 to 3.2.0
- <csr-id-d327178f451a06e931f6fd8c433564110c392e59/> bump syn from 2.0.75 to 2.0.76
- <csr-id-9b7e2d2ce9076b03b3ca3b3ab549fd0d26f4b338/> bump quote from 1.0.36 to 1.0.37
- <csr-id-3dfd8e4e260128ed7a48418b1b6460bd27ea17cf/> bump syn from 2.0.74 to 2.0.75

### Commit Statistics

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

- 4 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)

### Commit Details

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

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

* **[#225](https://github.com/mbrobbel/narrow/issues/225)**
- Bump syn from 2.0.74 to 2.0.75 ([`3dfd8e4`](https://github.com/mbrobbel/narrow/commit/3dfd8e4e260128ed7a48418b1b6460bd27ea17cf))
* **[#226](https://github.com/mbrobbel/narrow/issues/226)**
- Bump quote from 1.0.36 to 1.0.37 ([`9b7e2d2`](https://github.com/mbrobbel/narrow/commit/9b7e2d2ce9076b03b3ca3b3ab549fd0d26f4b338))
* **[#227](https://github.com/mbrobbel/narrow/issues/227)**
- 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))
</details>

## v0.6.8 (2024-08-15)

<csr-id-bf327d205830db88cffeadbea2e2d4563c62381b/>

### Chore

- <csr-id-bf327d205830db88cffeadbea2e2d4563c62381b/> bump syn from 2.0.72 to 2.0.74
Expand All @@ -10,7 +46,7 @@

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

- 1 commit contributed to the release over the course of 3 calendar days.
- 2 commits contributed to the release.
- 9 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#222](https://github.com/mbrobbel/narrow/issues/222)
Expand All @@ -23,6 +59,8 @@

* **[#222](https://github.com/mbrobbel/narrow/issues/222)**
- Bump syn from 2.0.72 to 2.0.74 ([`bf327d2`](https://github.com/mbrobbel/narrow/commit/bf327d205830db88cffeadbea2e2d4563c62381b))
* **Uncategorized**
- Release narrow-derive v0.6.8, narrow v0.8.1 ([`e86d298`](https://github.com/mbrobbel/narrow/commit/e86d298819783bcab026cff8e1c141e70667ca6a))
</details>

## v0.6.7 (2024-08-06)
Expand Down Expand Up @@ -235,7 +273,7 @@

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

- 3 commits contributed to the release over the course of 22 calendar days.
- 3 commits contributed to the release.
- 34 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#166](https://github.com/mbrobbel/narrow/issues/166), [#180](https://github.com/mbrobbel/narrow/issues/180)
Expand Down Expand Up @@ -297,7 +335,7 @@

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

- 4 commits contributed to the release over the course of 48 calendar days.
- 4 commits contributed to the release.
- 72 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 3 unique issues were worked on: [#154](https://github.com/mbrobbel/narrow/issues/154), [#157](https://github.com/mbrobbel/narrow/issues/157), [#161](https://github.com/mbrobbel/narrow/issues/161)
Expand Down Expand Up @@ -442,7 +480,7 @@

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

- 2 commits contributed to the release over the course of 7 calendar days.
- 2 commits contributed to the release.
- 7 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#142](https://github.com/mbrobbel/narrow/issues/142)
Expand Down Expand Up @@ -834,7 +872,7 @@

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

- 23 commits contributed to the release over the course of 110 calendar days.
- 23 commits contributed to the release.
- 173 days passed between releases.
- 16 commits were understood as [conventional](https://www.conventionalcommits.org).
- 11 unique issues were worked on: [#100](https://github.com/mbrobbel/narrow/issues/100), [#106](https://github.com/mbrobbel/narrow/issues/106), [#108](https://github.com/mbrobbel/narrow/issues/108), [#109](https://github.com/mbrobbel/narrow/issues/109), [#118](https://github.com/mbrobbel/narrow/issues/118), [#119](https://github.com/mbrobbel/narrow/issues/119), [#129](https://github.com/mbrobbel/narrow/issues/129), [#132](https://github.com/mbrobbel/narrow/issues/132), [#135](https://github.com/mbrobbel/narrow/issues/135), [#137](https://github.com/mbrobbel/narrow/issues/137), [#139](https://github.com/mbrobbel/narrow/issues/139)
Expand Down Expand Up @@ -945,7 +983,7 @@

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

- 4 commits contributed to the release over the course of 4 calendar days.
- 4 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#82](https://github.com/mbrobbel/narrow/issues/82)
Expand Down Expand Up @@ -1134,7 +1172,7 @@

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

- 23 commits contributed to the release over the course of 810 calendar days.
- 23 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#66](https://github.com/mbrobbel/narrow/issues/66)

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

0 comments on commit 0446491

Please sign in to comment.