Skip to content

chore: release v0.13.0#103

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
release-plz-2026-03-29T23-35-57Z
Open

chore: release v0.13.0#103
github-actions[bot] wants to merge 1 commit intomasterfrom
release-plz-2026-03-29T23-35-57Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 29, 2026

🤖 New release

  • columnar_derive: 0.12.1 -> 0.13.0
  • columnar: 0.12.1 -> 0.13.0 (⚠ API breaking changes)

columnar 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.46.0/src/lints/function_missing.ron

Failed in:
  function columnar::chain_mod::chain, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:737
  function columnar::chain, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:737
  function columnar::chain_mod::chain_one, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:793
  function columnar::chain_one, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:793

--- 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.46.0/src/lints/module_missing.ron

Failed in:
  mod columnar::chain_mod, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:726

--- 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.46.0/src/lints/struct_missing.ron

Failed in:
  struct columnar::chain_mod::ChainOne, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:797
  struct columnar::chain_mod::Chain, previously in file /tmp/.tmp4k2H4v/columnar/src/lib.rs:741

--- failure trait_associated_const_added: non-sealed trait added associated constant without default value ---

Description:
A non-sealed trait has gained an associated constant without a default value, 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.46.0/src/lints/trait_associated_const_added.ron

Failed in:
  trait constant columnar::common::AsBytes::SLICE_COUNT in file /tmp/.tmpU3S5y2/columnar/src/lib.rs:617
  trait constant columnar::AsBytes::SLICE_COUNT in file /tmp/.tmpU3S5y2/columnar/src/lib.rs:617

--- 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.46.0/src/lints/trait_method_added.ron

Failed in:
  trait method columnar::common::AsBytes::get_byte_slice in file /tmp/.tmpU3S5y2/columnar/src/lib.rs:623
  trait method columnar::AsBytes::get_byte_slice in file /tmp/.tmpU3S5y2/columnar/src/lib.rs:623
Changelog

columnar_derive

0.13.0 - 2026-03-30

Other

  • Use indexed access to byte slices in AsBytes (#104)

columnar

0.13.0 - 2026-03-30

Other

  • Use indexed access to byte slices in AsBytes (#104)


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release v0.12.1 chore: release v0.13.0 Mar 30, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-03-29T23-35-57Z branch from 57c5dd5 to 151f3ba Compare March 30, 2026 18:03
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