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

Merged
merged 1 commit into from
Nov 1, 2024
Merged

chore: release v0.2.0 #108

merged 1 commit into from
Nov 1, 2024

Conversation

deepakraog
Copy link
Contributor

@deepakraog deepakraog commented Oct 31, 2024

🤖 New release

  • jsonata-rs: 0.1.10 -> 0.2.0 (⚠️ API breaking changes)

⚠️ jsonata-rs breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum Error in /tmp/.tmpkGnC0x/jsonata-rs/src/errors.rs:7
Changelog

0.2.0 - 2024-11-01

Added

  • support additional functions (#110)
  • support parsing regex literals (#111)

Fixed

  • used steps in the wrong order (#117)
  • use app token when checking out repo so that PR triggers will run (#116)

Other

  • github app (#115)
  • remove github token from action (#113)
  • add non_exhaustive to the Error enum (#112)
  • create CODEOWNERS; add security policy (#109)
  • add OSV-scanner (#107)
  • add OSSF Scorecard and badge (#105)
  • update secrets env var (#103)


This PR was generated with release-plz.

@deepakraog deepakraog changed the title chore: release v0.1.11 chore: release v0.2.0 Oct 31, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-10-31T16-58-48Z branch 3 times, most recently from f609152 to ab8dfea Compare October 31, 2024 21:22
@github-actions github-actions bot requested a review from a team as a code owner October 31, 2024 21:22
@github-actions github-actions bot force-pushed the release-plz-2024-10-31T16-58-48Z branch from ab8dfea to bcd908d Compare October 31, 2024 21:38
@pdiazvargas pdiazvargas force-pushed the release-plz-2024-10-31T16-58-48Z branch from bcd908d to fe85002 Compare November 1, 2024 13:12
@pdiazvargas pdiazvargas enabled auto-merge (squash) November 1, 2024 13:12
@pdiazvargas pdiazvargas force-pushed the release-plz-2024-10-31T16-58-48Z branch from fe85002 to 7fcdb2d Compare November 1, 2024 13:14
@pdiazvargas pdiazvargas enabled auto-merge (squash) November 1, 2024 13:15
@github-actions github-actions bot force-pushed the release-plz-2024-10-31T16-58-48Z branch from 7fcdb2d to a9f32a0 Compare November 1, 2024 15:36
@tommy tommy enabled auto-merge (squash) November 1, 2024 15:37
@stedi-release-plz stedi-release-plz bot force-pushed the release-plz-2024-10-31T16-58-48Z branch from a9f32a0 to 0fd8f6f Compare November 1, 2024 16:16
@tommy tommy merged commit 5b3fb39 into main Nov 1, 2024
8 checks passed
@tommy tommy deleted the release-plz-2024-10-31T16-58-48Z branch November 1, 2024 16:19
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