Skip to content

Commit

Permalink
chore: release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
narrow-app[bot] authored Nov 28, 2024
1 parent 97f3330 commit 9c5e103
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.4](https://github.com/mbrobbel/narrow/compare/narrow-v0.11.3...narrow-v0.11.4) - 2024-11-28

### Other

- fix some 1.83 clippy lints ([#287](https://github.com/mbrobbel/narrow/pull/287))
- *(deps)* bump proc-macro2 from 1.0.91 to 1.0.92 ([#283](https://github.com/mbrobbel/narrow/pull/283))
- *(deps)* bump syn from 2.0.87 to 2.0.89 ([#284](https://github.com/mbrobbel/narrow/pull/284))
- *(deps)* bump MarcoIeni/release-plz-action from 0.5.84 to 0.5.85 ([#285](https://github.com/mbrobbel/narrow/pull/285))

## [0.11.3](https://github.com/mbrobbel/narrow/compare/narrow-v0.11.2...narrow-v0.11.3) - 2024-11-21

### Other
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
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.11.3"
version = "0.11.4"
authors = ["Matthijs Brobbel <m1brobbel@gmail.com>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ arrow-array = { version = "53.3.0", default-features = false, optional = true }
arrow-buffer = { version = "53.1.0", default-features = false, optional = true }
arrow-schema = { version = "53.1.0", default-features = false, optional = true }
chrono = { version = "0.4.38", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "0.11.3", optional = true }
narrow-derive = { path = "narrow-derive", version = "0.11.4", optional = true }
uuid = { version = "1.11.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 9c5e103

Please sign in to comment.