tailcall-chunk: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
⚠️ 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
🤖 New release
tailcall-chunk
: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)⚠️
tailcall-chunk
breaking changesChangelog
This PR was generated with release-plz.