Skip to content

Commit

Permalink
chore: release v0.12.0 (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: narrow-app[bot] <188107253+narrow-app[bot]@users.noreply.github.com>
  • Loading branch information
narrow-app[bot] authored Jan 8, 2025
1 parent b44117d commit eb02a0e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added

- [**breaking**] change nullability abstraction to use non-const generic (#294)

### Fixed

- restore `ArrayType<Self>` supertrait for `FixedSize` trait (#297)

### Other

- *(ci)* dependabot ignore `dtolnay/install` (#308)
- *(deps)* bump syn from 2.0.94 to 2.0.95 (#307)
- *(deps)* bump syn from 2.0.93 to 2.0.94 (#306)
- *(deps)* bump syn from 2.0.92 to 2.0.93 (#305)
- *(deps)* bump rustversion from 1.0.18 to 1.0.19 (#304)
- *(deps)* bump syn from 2.0.91 to 2.0.92 (#303)
- *(deps)* bump quote from 1.0.37 to 1.0.38 (#302)
- *(deps)* bump the arrow group with 5 updates (#300)
- *(deps)* bump syn from 2.0.90 to 2.0.91 (#301)
- *(deps)* bump MarcoIeni/release-plz-action from 0.5.85 to 0.5.86 (#298)
- *(deps)* bump chrono from 0.4.38 to 0.4.39 (#299)
- some small README improvements (#296)

## [0.11.5](https://github.com/mbrobbel/narrow/compare/narrow-v0.11.4...narrow-v0.11.5) - 2024-12-02

### 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.5"
version = "0.12.0"
authors = ["Matthijs Brobbel <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ arrow-array = { version = "54.0.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.11.5", optional = true }
narrow-derive = { path = "narrow-derive", version = "0.12.0", optional = true }
uuid = { version = "1.11.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

1 comment on commit eb02a0e

@mbrobbel
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'narrow'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: eb02a0e Previous: b44117d Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt32Type, false>::from_iter/narrow/65536 92213 ns/iter (± 1461) 5878 ns/iter (± 38) 15.69

This comment was automatically generated by workflow using github-action-benchmark.

CC: @mbrobbel

Please sign in to comment.