diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e89f7..3e1a211 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.15.2](https://github.com/mbrobbel/narrow/compare/narrow-v0.15.1...narrow-v0.15.2) - 2025-11-23 + +### Other + +- *(deps)* bump actions/checkout from 5 to 6 ([#477](https://github.com/mbrobbel/narrow/pull/477)) +- *(deps)* bump bytes from 1.10.1 to 1.11.0 ([#476](https://github.com/mbrobbel/narrow/pull/476)) +- *(deps)* bump syn from 2.0.109 to 2.0.110 ([#475](https://github.com/mbrobbel/narrow/pull/475)) +- *(deps)* bump quote from 1.0.41 to 1.0.42 ([#473](https://github.com/mbrobbel/narrow/pull/473)) + ## [0.15.1](https://github.com/mbrobbel/narrow/compare/narrow-v0.15.0...narrow-v0.15.1) - 2025-11-06 ### Other diff --git a/Cargo.lock b/Cargo.lock index a55c643..6ef7e02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "narrow" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-array", "arrow-buffer", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "narrow-derive" -version = "0.15.1" +version = "0.15.2" dependencies = [ "macrotest", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5b3e034..a2472fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.15.1" +version = "0.15.2" authors = ["Matthijs Brobbel "] edition = "2024" rust-version = "1.85.1" @@ -49,7 +49,7 @@ arrow-array = { version = "57.0.0", default-features = false, optional = true } arrow-buffer = { version = "57.0.0", default-features = false, optional = true } arrow-schema = { version = "57.0.0", default-features = false, optional = true } chrono = { version = "0.4.42", default-features = false, optional = true } -narrow-derive = { path = "narrow-derive", version = "0.15.1", optional = true } +narrow-derive = { path = "narrow-derive", version = "0.15.2", optional = true } uuid = { version = "1.18.1", default-features = false, optional = true } [dev-dependencies]