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.2.0 #6

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:Map in /tmp/.tmpLdtAbJ/tailcall-chunk/src/chunk.rs:71

--- 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::FlatMap, previously in file /tmp/.tmppvTPBV/tailcall-chunk/src/chunk.rs:69

--- 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:
  Chunk::transform_flatten, previously in file /tmp/.tmppvTPBV/tailcall-chunk/src/chunk.rs:208

--- 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.36.0/src/lints/method_parameter_count_changed.ron

Failed in:
  tailcall_chunk::Chunk::new now takes 1 parameters instead of 0, in /tmp/.tmpLdtAbJ/tailcall-chunk/src/chunk.rs:93
Changelog

## [0.2.0](https://github.com/tailcallhq/tailcall-chunk/compare/v0.1.0...v0.2.0) - 2024-11-16 ### Other - add map operator


This PR was generated with release-plz.