tailcallhq / tailcall-chunk

An immutable data structure with O(1) append, prepend, and concat time complexity.
https://docs.rs/tailcall-chunk
31 stars 3 forks source link

chore: release v0.3.0 #27

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

🤖 New release

⚠️ tailcall-chunk breaking changes

--- 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 Chunk:Single in /tmp/.tmpgvQQm7/tailcall-chunk/src/chunk.rs:65
  variant Chunk:Collect in /tmp/.tmpgvQQm7/tailcall-chunk/src/chunk.rs:69

--- 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 Chunk::Append, previously in file /tmp/.tmp2a0G5T/tailcall-chunk/src/chunk.rs:65
Changelog

## [0.3.0](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.5...v0.3.0) - 2024-11-19 ### Other - Update README.md


This PR was generated with release-plz.