Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.2.0 #12

Merged
merged 1 commit into from
Nov 16, 2024
Merged

chore: release v0.2.0 #12

merged 1 commit into from
Nov 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

🤖 New release

  • 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:Append in /tmp/.tmpauN3uu/tailcall-chunk/src/chunk.rs:65
  variant Chunk:TransformFlatten in /tmp/.tmpauN3uu/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::Prepend, previously in file /tmp/.tmpRofqUi/tailcall-chunk/src/chunk.rs:65
  variant Chunk::FlatMap, previously in file /tmp/.tmpRofqUi/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::prepend, previously in file /tmp/.tmpRofqUi/tailcall-chunk/src/chunk.rs:123

--- 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/.tmpauN3uu/tailcall-chunk/src/chunk.rs:93
Changelog

0.2.0 - 2024-11-16

Other

  • update readme badges


This PR was generated with release-plz.

@tusharmath tusharmath merged commit 9a0762b into main Nov 16, 2024
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.

1 participant