Skip to content

Commit

Permalink
Release narrow-derive v0.6.8, narrow v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent d4435a4 commit e86d298
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.1 (2024-08-15)

### New Features

- <csr-id-d4435a4980b59d4262fa6aec6d710351010f7a9d/> add `chrono` feature

### Commit Statistics

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

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

### Commit Details

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

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

* **[#167](https://github.com/mbrobbel/narrow/issues/167)**
- Add `chrono` feature ([`d4435a4`](https://github.com/mbrobbel/narrow/commit/d4435a4980b59d4262fa6aec6d710351010f7a9d))
</details>

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

### New Features (BREAKING)
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.0"
version = "0.8.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down Expand Up @@ -47,7 +47,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.7", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.6.8", 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.8 (2024-08-15)

### Chore

- <csr-id-bf327d205830db88cffeadbea2e2d4563c62381b/> bump syn from 2.0.72 to 2.0.74

### Commit Statistics

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

- 1 commit contributed to the release over the course of 3 calendar days.
- 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)

### Commit Details

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

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

* **[#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))
</details>

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

<csr-id-9c3272f2791c2de60dd598a99c0e43b8713285aa/>

### Chore

- <csr-id-9c3272f2791c2de60dd598a99c0e43b8713285aa/> bump syn from 2.0.70 to 2.0.72
Expand All @@ -10,7 +37,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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)
Expand All @@ -23,6 +50,8 @@

* **[#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))
* **Uncategorized**
- Release narrow-derive v0.6.7, narrow v0.8.0 ([`d2c904f`](https://github.com/mbrobbel/narrow/commit/d2c904f46845f933abe9224b512f78fe2ca93075))
</details>

## v0.6.6 (2024-07-10)
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.7"
version = "0.6.8"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit e86d298

Please sign in to comment.