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.18.1 -> 0.19.0 * `vortex-alp`: 0.18.1 -> 0.19.0 * `vortex-array`: 0.18.1 -> 0.19.0 * `vortex-buffer`: 0.18.1 -> 0.19.0 * `vortex-datetime-dtype`: 0.18.1 -> 0.19.0 * `vortex-dtype`: 0.18.1 -> 0.19.0 * `vortex-error`: 0.18.1 -> 0.19.0 * `vortex-flatbuffers`: 0.18.1 -> 0.19.0 * `vortex-proto`: 0.18.1 -> 0.19.0 * `vortex-scalar`: 0.18.1 -> 0.19.0 * `vortex-fastlanes`: 0.18.1 -> 0.19.0 * `vortex-bytebool`: 0.18.1 -> 0.19.0 * `vortex-datetime-parts`: 0.18.1 -> 0.19.0 * `vortex-dict`: 0.18.1 -> 0.19.0 * `vortex-expr`: 0.18.1 -> 0.19.0 * `vortex-file`: 0.18.1 -> 0.19.0 * `vortex-io`: 0.18.1 -> 0.19.0 (⚠️ API breaking changes) * `vortex-ipc`: 0.18.1 -> 0.19.0 (✓ API compatible changes) * `vortex-sampling-compressor`: 0.18.1 -> 0.19.0 * `vortex-fsst`: 0.18.1 -> 0.19.0 * `vortex-roaring`: 0.18.1 -> 0.19.0 * `vortex-runend`: 0.18.1 -> 0.19.0 * `vortex-runend-bool`: 0.18.1 -> 0.19.0 * `vortex-zigzag`: 0.18.1 -> 0.19.0 * `vortex-schema`: 0.18.1 -> 0.19.0 * `vortex-datafusion`: 0.18.1 -> 0.19.0 ###⚠️ `vortex-io` 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_io::VortexRead::read_bytes in file /tmp/.tmpP7aoP8/vortex/vortex-io/src/read.rs:18 trait method vortex_io::VortexReadAt::read_byte_range in file /tmp/.tmpP7aoP8/vortex/vortex-io/src/read.rs:37 --- failure trait_method_missing: pub trait method removed or renamed --- Description: A trait method is no longer callable, and may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_missing.ron Failed in: method read_at_into of trait VortexReadAt, previously in file /tmp/.tmp1rdsnC/vortex-io/src/read.rs:40 method read_into of trait VortexRead, previously in file /tmp/.tmp1rdsnC/vortex-io/src/read.rs:18 ``` <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