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 #95

Merged
merged 1 commit into from
Nov 4, 2024
Merged

chore: release #95

merged 1 commit into from
Nov 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

  • cel-parser: 0.7.1 -> 0.8.0 (⚠️ API breaking changes)
  • cel-interpreter: 0.8.1 -> 0.9.0 (⚠️ API breaking changes)

⚠️ cel-parser breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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/enum_missing.ron

Failed in:
  enum cel_parser::parse::ParseError, previously in file /tmp/.tmpxIIEfD/cel-parser/src/parse.rs:7

⚠️ cel-interpreter breaking changes

--- 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 cel_interpreter::ParseError, previously in file /tmp/.tmpxIIEfD/cel-interpreter/src/lib.rs:32
Changelog

cel-parser

0.8.0 - 2024-10-30

Other

  • Detailed parse error (#102)
  • Update lalrpop to 0.22 from 0.19.x (#99)
  • Fix clippy::empty_line_after_doc_comments lints (#98)
  • Conformance test fixes (#79)

cel-interpreter

0.9.0 - 2024-10-30

Other

  • Support .map over map (#105)
  • Detailed parse error (#102)
  • Fix clippy::too_long_first_doc_paragraph lints. (#101)
  • Support empty/default contexts, put chrono/regex behind features (#97)
  • Fix clippy::empty_line_after_doc_comments lints (#98)
  • Allow .size() method on types (#88)
  • Conformance test fixes (#79)
  • Convert CEL values to JSON (#77)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-14T14-39-35Z branch 5 times, most recently from a659e3d to 05ca163 Compare October 17, 2024 16:18
@github-actions github-actions bot force-pushed the release-plz-2024-10-14T14-39-35Z branch from 05ca163 to ddf3e29 Compare October 29, 2024 19:26
@github-actions github-actions bot force-pushed the release-plz-2024-10-14T14-39-35Z branch from ddf3e29 to 2830642 Compare October 30, 2024 15:44
@clarkmcc clarkmcc merged commit ea256eb into master Nov 4, 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