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.5.0 #541

Merged
merged 2 commits into from
Oct 25, 2024
Merged

chore: release v0.5.0 #541

merged 2 commits into from
Oct 25, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 16, 2024

🤖 New release

  • grit-pattern-matcher: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)
  • grit-util: 0.4.0 -> 0.5.0

⚠️ grit-pattern-matcher breaking changes

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field Within.until in /tmp/.tmpNrAYXx/gritql/crates/grit-pattern-matcher/src/pattern/within.rs:13

--- 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 Predicate:CallBuiltIn in /tmp/.tmpNrAYXx/gritql/crates/grit-pattern-matcher/src/pattern/predicates.rs:26

--- 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 Pattern::Log, previously in file /tmp/.tmp5jMVuX/grit-pattern-matcher/src/pattern/patterns.rs:122
  variant Predicate::Log, previously in file /tmp/.tmp5jMVuX/grit-pattern-matcher/src/pattern/predicates.rs:36

--- 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:
  grit_pattern_matcher::pattern::Within::new now takes 2 parameters instead of 1, in /tmp/.tmpNrAYXx/gritql/crates/grit-pattern-matcher/src/pattern/within.rs:17

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

Failed in:
  struct grit_pattern_matcher::pattern::Log, previously in file /tmp/.tmp5jMVuX/grit-pattern-matcher/src/pattern/log.rs:30
  struct grit_pattern_matcher::pattern::VariableInfo, previously in file /tmp/.tmp5jMVuX/grit-pattern-matcher/src/pattern/log.rs:18
Changelog

grit-pattern-matcher

0.5.0 - 2024-10-24

Added

  • call built-ins as predicate (#557)
  • optimize simple contains patterns (#555)
  • add a basic optimizer pass for contains (#554)
  • add within until (#540)

grit-util

0.4.0 - 2024-10-10

Added

  • add some more utils for napi (#405)
  • include content in match results (#391)

Other

  • refactor grit error (#457)


This PR was generated with release-plz.

Greptile Summary

This is an auto-generated summary

Hi! Looks like you've reached your API usage limit. You can increase it from your account settings page here: app.greptile.com/settings/usage

@github-actions github-actions bot requested a review from a team as a code owner October 16, 2024 20:15
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@github-actions github-actions bot force-pushed the release-plz-2024-10-16T20-15-23Z branch 9 times, most recently from abb8aad to e94d77d Compare October 24, 2024 00:11
@github-actions github-actions bot force-pushed the release-plz-2024-10-16T20-15-23Z branch from e94d77d to 30cdfe2 Compare October 24, 2024 17:27
@arendjr
Copy link
Contributor

arendjr commented Oct 25, 2024

Good time to release another one? :) @morgante

@github-actions github-actions bot closed this Oct 25, 2024
@morgante morgante reopened this Oct 25, 2024
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

49 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@morgante morgante merged commit 3b108d6 into main Oct 25, 2024
13 of 14 checks passed
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.

2 participants