Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `vortex`: 0.15.2 -> 0.16.0 * `vortex-alp`: 0.15.2 -> 0.16.0 * `vortex-array`: 0.15.2 -> 0.16.0 (⚠️ API breaking changes) * `vortex-buffer`: 0.15.2 -> 0.16.0 * `vortex-datetime-dtype`: 0.15.2 -> 0.16.0 * `vortex-dtype`: 0.15.2 -> 0.16.0 * `vortex-error`: 0.15.2 -> 0.16.0 * `vortex-flatbuffers`: 0.15.2 -> 0.16.0 * `vortex-proto`: 0.15.2 -> 0.16.0 * `vortex-scalar`: 0.15.2 -> 0.16.0 * `vortex-fastlanes`: 0.15.2 -> 0.16.0 * `vortex-bytebool`: 0.15.2 -> 0.16.0 * `vortex-datetime-parts`: 0.15.2 -> 0.16.0 * `vortex-dict`: 0.15.2 -> 0.16.0 * `vortex-expr`: 0.15.2 -> 0.16.0 (✓ API compatible changes) * `vortex-fsst`: 0.15.2 -> 0.16.0 * `vortex-roaring`: 0.15.2 -> 0.16.0 * `vortex-runend`: 0.15.2 -> 0.16.0 * `vortex-runend-bool`: 0.15.2 -> 0.16.0 * `vortex-sampling-compressor`: 0.15.2 -> 0.16.0 * `vortex-zigzag`: 0.15.2 -> 0.16.0 * `vortex-schema`: 0.15.2 -> 0.16.0 * `vortex-serde`: 0.15.2 -> 0.16.0 (✓ API compatible changes) * `vortex-datafusion`: 0.15.2 -> 0.16.0 ###⚠️ `vortex-array` breaking changes ``` --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_added.ron Failed in: trait method vortex_array::compute::AndFn::and_kleene in file /tmp/.tmprS2yv1/vortex/vortex-array/src/compute/boolean.rs:44 trait method vortex_array::compute::OrFn::or_kleene in file /tmp/.tmprS2yv1/vortex/vortex-array/src/compute/boolean.rs:86 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information