From 9c5e103dfdab3a82b50f82ded2af1764e4afd835 Mon Sep 17 00:00:00 2001 From: "narrow-app[bot]" <188107253+narrow-app[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:25:56 +0000 Subject: [PATCH] chore: release v0.11.4 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a111381..22d7349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 3499b39..a1e84ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "narrow" -version = "0.11.3" +version = "0.11.4" dependencies = [ "arrow-array", "arrow-buffer", @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "narrow-derive" -version = "0.11.3" +version = "0.11.4" dependencies = [ "macrotest", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index e51d7b0..dcd0ec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.11.3" +version = "0.11.4" authors = ["Matthijs Brobbel "] edition = "2021" rust-version = "1.79.0" @@ -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]