Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.13.0 #1116

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 22, 2024

🤖 New release

  • vortex-alp: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-array: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-buffer: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-datetime-dtype: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-dtype: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-error: 0.12.0 -> 0.13.0
  • vortex-flatbuffers: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-proto: 0.12.0 -> 0.13.0
  • vortex-scalar: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-fastlanes: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-bytebool: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-datafusion: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-expr: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-schema: 0.12.0 -> 0.13.0
  • vortex-serde: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-sampling-compressor: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-datetime-parts: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-dict: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-fsst: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • vortex-roaring: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-runend: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-runend-bool: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • vortex-zigzag: 0.12.0 -> 0.13.0 (✓ API compatible changes)

⚠️ vortex-array breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A publicly-visible `macro_rules` declarative macro cannot be imported by its prior name. A `#[macro_export]` may have been removed, or the macro itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! assert_arrays_eq, previously in file /tmp/.tmpc1NXot/vortex-array/src/array/assertions.rs:2

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant Canonical:VarBinView in /tmp/.tmpKpF6rG/vortex/vortex-array/src/canonical.rs:61

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Canonical::VarBin, previously in file /tmp/.tmpc1NXot/vortex-array/src/canonical.rs:61

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  BinaryView::size, previously in file /tmp/.tmpc1NXot/vortex-array/src/array/varbinview/mod.rs:85
  Canonical::into_varbin, previously in file /tmp/.tmpc1NXot/vortex-array/src/canonical.rs:120
  VarBinViewArray::bytes, previously in file /tmp/.tmpc1NXot/vortex-array/src/array/varbinview/mod.rs:183

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron

Failed in:
  mod vortex::opaque, previously in file /tmp/.tmpc1NXot/vortex-array/src/opaque.rs:1
  mod vortex::vendored, previously in file /tmp/.tmpc1NXot/vortex-array/src/vendored.rs:1
  mod vortex::visitor, previously in file /tmp/.tmpc1NXot/vortex-array/src/visitor.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex::ChildrenCollector, previously in file /tmp/.tmpc1NXot/vortex-array/src/view.rs:170
  struct vortex::opaque::OpaqueEncoding, previously in file /tmp/.tmpc1NXot/vortex-array/src/opaque.rs:19

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait vortex::ArrayMetadata gained Display in file /tmp/.tmpKpF6rG/vortex/vortex-array/src/metadata.rs:15

--- 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::IntoArrayVariant::into_varbinview in file /tmp/.tmpKpF6rG/vortex/vortex-array/src/canonical.rs:315

--- 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 into_varbin of trait IntoArrayVariant, previously in file /tmp/.tmpc1NXot/vortex-array/src/canonical.rs:388

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_missing.ron

Failed in:
  trait vortex::visitor::AcceptArrayVisitor, previously in file /tmp/.tmpc1NXot/vortex-array/src/visitor.rs:7
  trait vortex::visitor::ArrayVisitor, previously in file /tmp/.tmpc1NXot/vortex-array/src/visitor.rs:12

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait vortex::visitor::AcceptArrayVisitor of trait ArrayTrait in file /tmp/.tmpKpF6rG/vortex/vortex-array/src/lib.rs:270

⚠️ vortex-dtype breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function vortex_dtype::flatbuffers::resolve_field_references, previously in file /tmp/.tmpc1NXot/vortex-dtype/src/serde/flatbuffers/project.rs:11

⚠️ vortex-flatbuffers breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field FooterArgs.row_count in /tmp/.tmpKpF6rG/vortex/vortex-flatbuffers/src/./generated/footer.rs:350
  field LayoutArgs.encoding in /tmp/.tmpKpF6rG/vortex/vortex-flatbuffers/src/./generated/footer.rs:221
  field LayoutArgs.buffers in /tmp/.tmpKpF6rG/vortex/vortex-flatbuffers/src/./generated/footer.rs:222
  field LayoutArgs.children in /tmp/.tmpKpF6rG/vortex/vortex-flatbuffers/src/./generated/footer.rs:223
  field LayoutArgs.metadata in /tmp/.tmpKpF6rG/vortex/vortex-flatbuffers/src/./generated/footer.rs:224

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_missing.ron

Failed in:
  enum vortex_flatbuffers::footer::FlatLayoutOffset, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:103
  enum vortex_flatbuffers::footer::NestedLayoutOffset, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:217

--- failure inherent_associated_pub_const_missing: inherent impl's associated pub const removed ---

Description:
An inherent impl's associated public constant is removed or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_associated_pub_const_missing.ron

Failed in:
  Layout::VT_LAYOUT_TYPE, previously at /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:347
  Layout::VT_LAYOUT, previously at /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:348

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  LayoutBuilder::add_layout_type, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:450
  LayoutBuilder::add_layout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:454
  Layout::layout_type, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:367
  Layout::layout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:374
  Layout::layout_as_flat_layout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:382
  Layout::layout_as_nested_layout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:397

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  ENUM_MAX_LAYOUT_VARIANT in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:15
  ENUM_MIN_LAYOUT_VARIANT in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:13
  ENUM_VALUES_LAYOUT_VARIANT in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:18

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_flatbuffers::footer::FlatLayoutBuilder, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:181
  struct vortex_flatbuffers::footer::FlatLayout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:106
  struct vortex_flatbuffers::footer::LayoutVariantUnionTableOffset, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:101
  struct vortex_flatbuffers::footer::NestedLayout, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:220
  struct vortex_flatbuffers::footer::NestedLayoutBuilder, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:295
  struct vortex_flatbuffers::footer::LayoutVariant, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:26
  struct vortex_flatbuffers::footer::FlatLayoutArgs, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:167
  struct vortex_flatbuffers::footer::NestedLayoutArgs, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:281

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field layout_type of struct LayoutArgs, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:431
  field layout of struct LayoutArgs, previously in file /tmp/.tmpc1NXot/vortex-flatbuffers/src/./generated/footer.rs:432

⚠️ vortex-fastlanes breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function vortex_fastlanes::bitpack_patches, previously in file /tmp/.tmpc1NXot/vortex-fastlanes/src/bitpacking/compress.rs:138

⚠️ vortex-expr breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function vortex_expr::expr_is_filter, previously in file /tmp/.tmpc1NXot/vortex-expr/src/lib.rs:23

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_expr::NoOp, previously in file /tmp/.tmpc1NXot/vortex-expr/src/expr.rs:47

--- 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 estimate_cost of trait VortexExpr, previously in file /tmp/.tmpc1NXot/vortex-expr/src/expr.rs:28

⚠️ vortex-serde breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  LayoutReaderBuilder::read_footer, previously in file /tmp/.tmpc1NXot/vortex-serde/src/layouts/read/builder.rs:147
  RowFilter::project, previously in file /tmp/.tmpc1NXot/vortex-serde/src/layouts/read/filtering.rs:59
  RowFilter::reorder, previously in file /tmp/.tmpc1NXot/vortex-serde/src/layouts/read/filtering.rs:64

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_serde::layouts::ChunkedLayoutSpec, previously in file /tmp/.tmpc1NXot/vortex-serde/src/layouts/read/layouts.rs:221
  struct vortex_serde::layouts::ColumnLayoutSpec, previously in file /tmp/.tmpc1NXot/vortex-serde/src/layouts/read/layouts.rs:82

⚠️ vortex-sampling-compressor breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_sampling_compressor::ALL_COMPRESSORS, previously in file /tmp/.tmpc1NXot/vortex-sampling-compressor/src/lib.rs:38

--- failure trait_method_default_impl_removed: pub trait default method impl removed ---

Description:
A method's default impl in an unsealed trait has been removed, breaking trait implementations that relied on that default
        ref: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_default_impl_removed.ron

Failed in:
  trait method vortex_sampling_compressor::compressors::EncodingCompressor::cost in file /tmp/.tmpKpF6rG/vortex/vortex-sampling-compressor/src/compressors/mod.rs:33

--- failure unit_struct_changed_kind: unit struct changed kind ---

Description:
A public unit struct has been changed to a normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
        ref: https://github.com/rust-lang/cargo/pull/10871
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/unit_struct_changed_kind.ron

Failed in:
  struct BitPackedCompressor in /tmp/.tmpKpF6rG/vortex/vortex-sampling-compressor/src/compressors/bitpacked.rs:24

⚠️ vortex-roaring breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  RoaringIntArray::bitmap, previously in file /tmp/.tmpc1NXot/vortex-roaring/src/integer/mod.rs:46

⚠️ vortex-runend breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron

Failed in:
  mod vortex_runend::runend, previously in file /tmp/.tmpc1NXot/vortex-runend/src/runend.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_runend::runend::RunEndArray, previously in file /tmp/.tmpc1NXot/vortex-runend/src/runend.rs:21
  struct vortex_runend::runend::RunEnd, previously in file /tmp/.tmpc1NXot/vortex-runend/src/runend.rs:21
  struct vortex_runend::runend::RunEndEncoding, previously in file /tmp/.tmpc1NXot/vortex-runend/src/runend.rs:21
  struct vortex_runend::runend::RunEndMetadata, previously in file /tmp/.tmpc1NXot/vortex-runend/src/runend.rs:24

⚠️ vortex-runend-bool breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  RunEndBoolArray::find_physical_index, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:69
  RunEndBoolArray::offset, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:83
  RunEndBoolArray::start, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:88
  RunEndBoolArray::ends, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:93
  RunEndBoolArray::find_physical_index, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:69
  RunEndBoolArray::offset, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:83
  RunEndBoolArray::start, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:88
  RunEndBoolArray::ends, previously in file /tmp/.tmpc1NXot/vortex-runend-bool/src/array.rs:93
Changelog


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-22T19-38-32Z branch 11 times, most recently from acd6db2 to a6c079e Compare October 24, 2024 21:59
@github-actions github-actions bot force-pushed the release-plz-2024-10-22T19-38-32Z branch from a6c079e to fd095bf Compare October 24, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants