Skip to content

Commit

Permalink
chore: release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
narrow-app[bot] authored Feb 3, 2025
1 parent 3c54717 commit 3e9620d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.1](https://github.com/mbrobbel/narrow/compare/narrow-v0.12.0...narrow-v0.12.1) - 2025-02-03

### Added

- re-export arrow crates for `arrow-rs` feature (#309)

### Other

- *(deps)* bump the arrow group with 5 updates (#321)
- *(deps)* bump bytes from 1.9.0 to 1.10.0 (#325)
- reduce the number of benchmarks (#324)
- *(deps)* bump MarcoIeni/release-plz-action from 0.5.89 to 0.5.90 (#320)
- add custom `cfg` for expand test (#323)
- switch to `arm64` hosted runners (#319)
- *(deps)* bump MarcoIeni/release-plz-action from 0.5.88 to 0.5.89 (#318)
- *(deps)* bump rand from 0.8.5 to 0.9.0 (#317)
- *(deps)* bump uuid from 1.12.0 to 1.12.1 (#316)
- *(deps)* bump MarcoIeni/release-plz-action from 0.5.86 to 0.5.88 (#315)
- *(deps)* bump uuid from 1.11.1 to 1.12.0 (#314)
- *(deps)* bump proc-macro2 from 1.0.92 to 1.0.93 (#313)
- *(deps)* bump uuid from 1.11.0 to 1.11.1 (#312)
- *(deps)* bump syn from 2.0.95 to 2.0.96 (#311)

## [0.12.0](https://github.com/mbrobbel/narrow/compare/narrow-v0.11.5...narrow-v0.12.0) - 2025-01-08

### Added
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.12.0"
version = "0.12.1"
authors = ["Matthijs Brobbel <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ arrow-array = { version = "54.1.0", default-features = false, optional = true }
arrow-buffer = { version = "54.0.0", default-features = false, optional = true }
arrow-schema = { version = "54.0.0", default-features = false, optional = true }
chrono = { version = "0.4.39", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "0.12.0", optional = true }
narrow-derive = { path = "narrow-derive", version = "0.12.1", optional = true }
uuid = { version = "1.12.1", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 3e9620d

Please sign in to comment.