Skip to content

Commit 5556cb9

Browse files
chore: release v0.22.0 (#1703)
## 🤖 New release * `vortex`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-alp`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-array`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-buffer`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-error`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-datetime-dtype`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-dtype`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-flatbuffers`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-proto`: 0.21.1 -> 0.22.0 * `vortex-scalar`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-fastlanes`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-bytebool`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-datetime-parts`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-dict`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-expr`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-file`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-io`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-ipc`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-layout`: 0.21.1 -> 0.22.0 * `vortex-scan`: 0.21.1 -> 0.22.0 * `vortex-fsst`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-runend`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-sampling-compressor`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-zigzag`: 0.21.1 -> 0.22.0 (✓ API compatible changes) * `vortex-datafusion`: 0.21.1 -> 0.22.0 (⚠️ API breaking changes) * `vortex-mask`: 0.21.1 -> 0.22.0 ### ⚠️ `vortex-alp` breaking changes ``` --- 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.38.0/src/lints/trait_method_missing.ron Failed in: method decode_vec of trait ALPFloat, previously in file /tmp/.tmpNTxpOo/vortex-alp/src/alp/mod.rs:160 ``` ### ⚠️ `vortex-array` breaking changes ``` --- 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.38.0/src/lints/enum_variant_missing.ron Failed in: variant FilterIter::IndicesIter, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:192 variant FilterIter::SlicesIter, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:196 --- 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.38.0/src/lints/function_missing.ron Failed in: function vortex_array::arrow::wrappers::as_offset_buffer, previously in file /tmp/.tmpNTxpOo/vortex-array/src/arrow/wrappers.rs:14 function vortex_array::compute::subtract_scalar, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/scalar_subtract.rs:28 function vortex_array::arrow::wrappers::as_scalar_buffer, previously in file /tmp/.tmpNTxpOo/vortex-array/src/arrow/wrappers.rs:7 --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: FilterMask::is_empty, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:216 FilterMask::range_selectivity, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:236 FilterMask::to_boolean_buffer, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:241 FilterMask::iter_slices, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:299 FilterMask::iter_indices, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/filter.rs:304 ArrayData::buffer, previously in file /tmp/.tmpNTxpOo/vortex-array/src/data/mod.rs:313 ArrayData::into_buffer, previously in file /tmp/.tmpNTxpOo/vortex-array/src/data/mod.rs:320 PrimitiveArray::from_vec, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/primitive/mod.rs:71 PrimitiveArray::from_nullable_vec, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/primitive/mod.rs:81 PrimitiveArray::from_bytes, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/primitive/mod.rs:88 PrimitiveArray::maybe_null_slice, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/primitive/mod.rs:108 PrimitiveArray::into_maybe_null_slice, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/primitive/mod.rs:125 VarBinViewArray::binary_views, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/varbinview/mod.rs:298 VarBinViewArray::view_at, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/varbinview/mod.rs:310 VarBinArray::first_offset, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/varbin/mod.rs:103 --- failure method_parameter_count_changed: pub method parameter count changed --- Description: A publicly-visible method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/method_parameter_count_changed.ron Failed in: vortex_array::validity::LogicalValidity::into_validity now takes 2 parameters instead of 1, in /tmp/.tmp4109wn/vortex/vortex-array/src/validity.rs:498 vortex_array::array::PrimitiveArray::new now takes 2 parameters instead of 3, in /tmp/.tmp4109wn/vortex/vortex-array/src/array/primitive/mod.rs:38 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_array::arrow::wrappers, previously in file /tmp/.tmpNTxpOo/vortex-array/src/arrow/wrappers.rs:1 --- 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.38.0/src/lints/pub_module_level_const_missing.ron Failed in: ROARING_BOOL in file /tmp/.tmpNTxpOo/vortex-array/src/encoding/mod.rs:144 RUN_END_BOOL in file /tmp/.tmpNTxpOo/vortex-array/src/encoding/mod.rs:147 ROARING_INT in file /tmp/.tmpNTxpOo/vortex-array/src/encoding/mod.rs:145 --- 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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_array::array::Views, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/varbinview/mod.rs:488 struct vortex_array::array::Buffers, previously in file /tmp/.tmpNTxpOo/vortex-array/src/array/varbinview/mod.rs:213 --- 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.38.0/src/lints/trait_added_supertrait.ron Failed in: trait vortex_array::encoding::EncodingVTable gained ValidateVTable in file /tmp/.tmp4109wn/vortex/vortex-array/src/encoding/mod.rs:74 --- 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.38.0/src/lints/trait_method_added.ron Failed in: trait method vortex_array::variants::StructArrayTrait::maybe_null_field_by_idx in file /tmp/.tmp4109wn/vortex/vortex-array/src/variants.rs:212 --- 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.38.0/src/lints/trait_method_missing.ron Failed in: method try_into_chunked of trait ArrayIteratorExt, previously in file /tmp/.tmpNTxpOo/vortex-array/src/iter/ext.rs:16 method field of trait StructArrayTrait, previously in file /tmp/.tmpNTxpOo/vortex-array/src/variants.rs:233 method field_by_name of trait StructArrayTrait, previously in file /tmp/.tmpNTxpOo/vortex-array/src/variants.rs:236 method collect_chunked of trait ArrayStreamExt, previously in file /tmp/.tmpNTxpOo/vortex-array/src/stream/ext.rs:12 method subtract_scalar_fn of trait ComputeVTable, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/mod.rs:131 --- 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.38.0/src/lints/trait_missing.ron Failed in: trait vortex_array::compute::SubtractScalarFn, previously in file /tmp/.tmpNTxpOo/vortex-array/src/compute/scalar_subtract.rs:8 ``` ### ⚠️ `vortex-buffer` breaking changes ``` --- failure feature_missing: package feature removed or renamed --- Description: A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature. ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/feature_missing.ron Failed in: feature flexbuffers in the package's Cargo.toml --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: Buffer::from_len_zeroed, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/lib.rs:44 Buffer::into_vec, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/lib.rs:103 Buffer::into_arrow, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/lib.rs:112 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_buffer::io_buf, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/io_buf.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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_buffer::io_buf::Slice, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/io_buf.rs:38 --- 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.38.0/src/lints/trait_missing.ron Failed in: trait vortex_buffer::io_buf::IoBuf, previously in file /tmp/.tmpNTxpOo/vortex-buffer/src/io_buf.rs:13 ``` ### ⚠️ `vortex-dtype` breaking changes ``` --- 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.38.0/src/lints/enum_missing.ron Failed in: enum vortex_dtype::field::Field, previously in file /tmp/.tmpNTxpOo/vortex-dtype/src/field.rs:15 --- failure feature_missing: package feature removed or renamed --- Description: A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature. ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/feature_missing.ron Failed in: feature flatbuffers in the package's Cargo.toml --- failure function_parameter_count_changed: pub fn parameter count changed --- Description: A publicly-visible function now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/function_parameter_count_changed.ron Failed in: vortex_dtype::flatbuffers::project_and_deserialize now takes 3 parameters instead of 2, in /tmp/.tmp4109wn/vortex/vortex-dtype/src/serde/flatbuffers/project.rs:42 vortex_dtype::flatbuffers::extract_field now takes 3 parameters instead of 2, in /tmp/.tmp4109wn/vortex/vortex-dtype/src/serde/flatbuffers/project.rs:28 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_dtype::field, previously in file /tmp/.tmpNTxpOo/vortex-dtype/src/field.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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_dtype::field::FieldPath, previously in file /tmp/.tmpNTxpOo/vortex-dtype/src/field.rs:52 --- failure type_mismatched_generic_lifetimes: type now takes a different number of generic lifetimes --- Description: A type now takes a different number of generic lifetime parameters. Uses of this type that name the previous number of parameters will be broken. impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/type_mismatched_generic_lifetimes.ron Failed in: Struct FieldInfo (1 -> 0 lifetime params) in /tmp/.tmp4109wn/vortex/vortex-dtype/src/struct_.rs:189 ``` ### ⚠️ `vortex-flatbuffers` breaking changes ``` --- 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.38.0/src/lints/enum_missing.ron Failed in: enum vortex_flatbuffers::array::BufferOffset, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:582 enum vortex_flatbuffers::array::ArrayDataOffset, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:14 --- 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.38.0/src/lints/function_missing.ron Failed in: function vortex_flatbuffers::array::root_as_array_data, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:705 function vortex_flatbuffers::array::root_as_array_data_with_opts, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:725 function vortex_flatbuffers::array::size_prefixed_root_as_array_data_unchecked, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:755 function vortex_flatbuffers::array::size_prefixed_root_as_array_data_with_opts, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:738 function vortex_flatbuffers::array::finish_size_prefixed_array_data_buffer, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:766 function vortex_flatbuffers::array::size_prefixed_root_as_array_data, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:715 function vortex_flatbuffers::array::finish_array_data_buffer, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:759 function vortex_flatbuffers::array::root_as_array_data_unchecked, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:748 --- 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.38.0/src/lints/inherent_associated_pub_const_missing.ron Failed in: MessageHeader::ArrayData, previously at /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/message.rs:196 --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: Message::header_as_array_data, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/message.rs:332 --- 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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_flatbuffers::array::Buffer, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:585 struct vortex_flatbuffers::array::BufferBuilder, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:662 struct vortex_flatbuffers::array::ArrayData, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:19 struct vortex_flatbuffers::array::ArrayDataBuilder, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:109 struct vortex_flatbuffers::array::ArrayDataArgs, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:93 struct vortex_flatbuffers::array::BufferArgs, previously in file /tmp/.tmpNTxpOo/vortex-flatbuffers/src/./generated/array.rs:648 ``` ### ⚠️ `vortex-scalar` 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.38.0/src/lints/inherent_method_missing.ron Failed in: StructScalar::field, previously in file /tmp/.tmpNTxpOo/vortex-scalar/src/struct_.rs:61 --- failure method_parameter_count_changed: pub method parameter count changed --- Description: A publicly-visible method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/method_parameter_count_changed.ron Failed in: vortex_scalar::Scalar::list now takes 3 parameters instead of 2, in /tmp/.tmp4109wn/vortex/vortex-scalar/src/list.rs:74 ``` ### ⚠️ `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.38.0/src/lints/function_missing.ron Failed in: function vortex_fastlanes::bitpack, previously in file /tmp/.tmpNTxpOo/vortex-fastlanes/src/bitpacking/compress.rs:72 --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: BitPackedArray::try_new, previously in file /tmp/.tmpNTxpOo/vortex-fastlanes/src/bitpacking/mod.rs:45 BitPackedArray::max_packed_value, previously in file /tmp/.tmpNTxpOo/vortex-fastlanes/src/bitpacking/mod.rs:195 ``` ### ⚠️ `vortex-bytebool` 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.38.0/src/lints/inherent_method_missing.ron Failed in: ByteBoolArray::maybe_null_slice, previously in file /tmp/.tmpNTxpOo/vortex-bytebool/src/array.rs:79 ``` ### ⚠️ `vortex-dict` 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.38.0/src/lints/function_missing.ron Failed in: function vortex_dict::dict_encode_varbin, previously in file /tmp/.tmpNTxpOo/vortex-dict/src/compress.rs:87 function vortex_dict::dict_encode_primitive, previously in file /tmp/.tmpNTxpOo/vortex-dict/src/compress.rs:38 function vortex_dict::dict_encode_varbinview, previously in file /tmp/.tmpNTxpOo/vortex-dict/src/compress.rs:94 function vortex_dict::dict_encode_typed_primitive, previously in file /tmp/.tmpNTxpOo/vortex-dict/src/compress.rs:46 ``` ### ⚠️ `vortex-expr` breaking changes ``` --- failure auto_trait_impl_removed: auto trait no longer implemented --- Description: A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented. ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/auto_trait_impl_removed.ron Failed in: type Select is no longer UnwindSafe, in /tmp/.tmp4109wn/vortex/vortex-expr/src/select.rs:21 type Select is no longer RefUnwindSafe, in /tmp/.tmp4109wn/vortex/vortex-expr/src/select.rs:21 --- 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.38.0/src/lints/enum_missing.ron Failed in: enum vortex_expr::Select, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/select.rs:13 --- 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.38.0/src/lints/function_missing.ron Failed in: function vortex_expr::unbox_any, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/lib.rs:70 --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: Select::include, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/select.rs:19 Select::exclude, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/select.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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_expr::Column, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/column.rs:15 --- 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.38.0/src/lints/trait_added_supertrait.ron Failed in: trait vortex_expr::VortexExpr gained DynEq in file /tmp/.tmp4109wn/vortex/vortex-expr/src/lib.rs:45 trait vortex_expr::VortexExpr gained DynHash in file /tmp/.tmp4109wn/vortex/vortex-expr/src/lib.rs:45 --- 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.38.0/src/lints/trait_method_added.ron Failed in: trait method vortex_expr::VortexExpr::unchecked_evaluate in file /tmp/.tmp4109wn/vortex/vortex-expr/src/lib.rs:62 trait method vortex_expr::VortexExpr::children in file /tmp/.tmp4109wn/vortex/vortex-expr/src/lib.rs:64 trait method vortex_expr::VortexExpr::replacing_children in file /tmp/.tmp4109wn/vortex/vortex-expr/src/lib.rs:66 --- 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.38.0/src/lints/trait_method_missing.ron Failed in: method collect_references of trait VortexExpr, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/lib.rs:40 method references of trait VortexExpr, previously in file /tmp/.tmpNTxpOo/vortex-expr/src/lib.rs:43 ``` ### ⚠️ `vortex-file` breaking changes ``` --- failure derive_trait_impl_removed: built-in derived trait no longer implemented --- Description: A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits. ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/derive_trait_impl_removed.ron Failed in: type Scan no longer derives Debug, in /tmp/.tmp4109wn/vortex/vortex-file/src/file.rs:42 type Scan no longer derives Clone, in /tmp/.tmp4109wn/vortex/vortex-file/src/file.rs:42 --- 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.38.0/src/lints/enum_missing.ron Failed in: enum vortex_file::PollRead, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:76 enum vortex_file::projection::Projection, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/projection.rs:7 enum vortex_file::Projection, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/projection.rs:7 enum vortex_file::Prune, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:86 --- 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.38.0/src/lints/function_missing.ron Failed in: function vortex_file::read_initial_bytes, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/builder/initial_read.rs:56 function vortex_file::metadata::fetch_metadata, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/metadata.rs:34 --- 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.38.0/src/lints/inherent_method_missing.ron Failed in: Scan::empty, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:47 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_file::builder, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/builder/mod.rs:1 mod vortex_file::projection, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/projection.rs:1 mod vortex_file::metadata, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/metadata.rs:1 mod vortex_file::layouts, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/layouts/mod.rs:1 --- 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.38.0/src/lints/pub_module_level_const_missing.ron Failed in: INITIAL_READ_SIZE in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:38 --- 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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_file::LayoutSpec, previously in file /tmp/.tmpNTxpOo/vortex-file/src/write/layout.rs:9 struct vortex_file::RowFilter, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/filtering.rs:18 struct vortex_file::layouts::FlatLayout, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/layouts/flat.rs:19 struct vortex_file::layouts::ChunkedLayout, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/layouts/chunked.rs:28 struct vortex_file::VortexFileArrayStream, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/stream.rs:28 struct vortex_file::layouts::RangedLayoutReader, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/layouts/mod.rs:15 struct vortex_file::LayoutDeserializer, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/context.rs:62 struct vortex_file::LayoutId, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/context.rs:13 struct vortex_file::LayoutMessageCache, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/cache.rs:18 struct vortex_file::VortexFileWriter, previously in file /tmp/.tmpNTxpOo/vortex-file/src/write/writer.rs:35 struct vortex_file::MessageLocator, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:69 struct vortex_file::VortexRecordBatchReader, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/recordbatchreader.rs:34 struct vortex_file::InitialRead, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/builder/initial_read.rs:12 struct vortex_file::DTypeReader, previously in file /tmp/.tmpNTxpOo/vortex-file/src/dtype_reader.rs:7 struct vortex_file::RelativeLayoutCache, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/cache.rs:261 struct vortex_file::RowMask, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mask.rs:18 struct vortex_file::LazyDType, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/cache.rs:94 struct vortex_file::builder::VortexReadBuilder, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/builder/mod.rs:65 struct vortex_file::VortexReadBuilder, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/builder/mod.rs:65 struct vortex_file::Message, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:72 struct vortex_file::LayoutContext, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/context.rs:36 struct vortex_file::layouts::ColumnarLayout, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/layouts/columnar.rs:25 --- 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.38.0/src/lints/trait_missing.ron Failed in: trait vortex_file::AsyncRuntime, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/recordbatchreader.rs:24 trait vortex_file::LayoutReader, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/mod.rs:108 trait vortex_file::Layout, previously in file /tmp/.tmpNTxpOo/vortex-file/src/read/context.rs:21 ``` ### ⚠️ `vortex-ipc` breaking changes ``` --- 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.38.0/src/lints/enum_missing.ron Failed in: enum vortex_ipc::messages::IPCMessage, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/mod.rs:15 enum vortex_ipc::messages::reader::ReadState, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/reader.rs:219 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_ipc::stream_reader, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_reader/mod.rs:1 mod vortex_ipc::messages::reader, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/reader.rs:1 mod vortex_ipc::stream_writer, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_writer/mod.rs:1 mod vortex_ipc::messages::writer, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/writer.rs:1 --- 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.38.0/src/lints/pub_module_level_const_missing.ron Failed in: MESSAGE_PREFIX_LENGTH in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/reader.rs:15 --- 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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_ipc::stream_writer::ChunkOffsets, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_writer/mod.rs:142 struct vortex_ipc::messages::writer::MessageWriter, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/writer.rs:20 struct vortex_ipc::messages::reader::MessageReader, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/reader.rs:18 struct vortex_ipc::stream_writer::StreamArrayWriter, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_writer/mod.rs:18 struct vortex_ipc::messages::reader::ArrayMessageReader, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/messages/reader.rs:227 struct vortex_ipc::stream_reader::StreamArrayReader, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_reader/mod.rs:15 struct vortex_ipc::stream_writer::ByteRange, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_writer/mod.rs:102 struct vortex_ipc::stream_writer::ArrayLayout, previously in file /tmp/.tmpNTxpOo/vortex-ipc/src/stream_writer/mod.rs:136 ``` ### ⚠️ `vortex-sampling-compressor` 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_sampling_compressor::compressors::roaring_int, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/roaring_int.rs:1 mod vortex_sampling_compressor::compressors::roaring_bool, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/roaring_bool.rs:1 mod vortex_sampling_compressor::compressors::runend_bool, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/runend_bool.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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_sampling_compressor::compressors::roaring_bool::RoaringBoolCompressor, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/roaring_bool.rs:14 struct vortex_sampling_compressor::compressors::roaring_int::RoaringIntCompressor, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/roaring_int.rs:12 struct vortex_sampling_compressor::compressors::runend_bool::RunEndBoolCompressor, previously in file /tmp/.tmpNTxpOo/vortex-sampling-compressor/src/compressors/runend_bool.rs:14 ``` ### ⚠️ `vortex-datafusion` 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.38.0/src/lints/function_missing.ron Failed in: function vortex_datafusion::persistent::statistics::uncompressed_col_size, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/statistics.rs:45 function vortex_datafusion::persistent::statistics::array_to_col_statistics, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/statistics.rs:13 --- 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.38.0/src/lints/module_missing.ron Failed in: mod vortex_datafusion::persistent::config, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/config.rs:1 mod vortex_datafusion::persistent::format, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/format.rs:1 mod vortex_datafusion::persistent::opener, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/opener.rs:1 mod vortex_datafusion::persistent::execution, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/execution.rs:1 mod vortex_datafusion::persistent::statistics, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/statistics.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.38.0/src/lints/struct_missing.ron Failed in: struct vortex_datafusion::persistent::execution::VortexExec, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/execution.rs:21 struct vortex_datafusion::persistent::opener::VortexFileOpener, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/opener.rs:22 struct vortex_datafusion::persistent::format::VortexFormatOptions, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/format.rs:45 struct vortex_datafusion::persistent::config::VortexFile, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/config.rs:7 struct vortex_datafusion::persistent::format::VortexFormat, previously in file /tmp/.tmpNTxpOo/vortex-datafusion/src/persistent/format.rs:38 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a02723a commit 5556cb9

File tree

3 files changed

+751
-56
lines changed

3 files changed

+751
-56
lines changed

0 commit comments

Comments
 (0)