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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 13, 2024

🤖 New release

  • openfga-rs: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)

⚠️ openfga-rs breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ExpandRequest.consistency in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1194
  field ListObjectsRequest.consistency in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1015
  field ReadRequest.consistency in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1095
  field CheckRequest.consistency in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1162
  field Assertion.contextual_tuples in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1413
  field Assertion.context in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1417
  field StreamedListObjectsRequest.consistency in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:1073

--- 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.35.0/src/lints/enum_variant_added.ron

Failed in:
  variant ErrorCode:Cancelled in /tmp/.tmpzevdnD/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-466d6b76e8e86b13/out/openfga.v1.rs:424

--- 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.35.0/src/lints/enum_variant_missing.ron

Failed in:
  variant InternalErrorCode::Cancelled, previously in file /tmp/.tmp4ncR5p/openfga-rs/target/semver-checks/local-openfga_rs-0_1_0/target/semver-checks/target/debug/build/openfga-rs-c7f5a0705d04b20d/out/openfga.v1.rs:591
Changelog

0.2.0 - 2024-09-30

Fixed

  • Cargo config in the right place
  • Fix check workflow
  • Set Dependabot to auto rebase
  • Remove debugging from release workflow

Other

  • (deps) Bump prost-types from 0.12.6 to 0.13.3
  • remove prost-build dep
  • Keep protobuf files for diff
  • Update deps
  • (deps) Bump serde from 1.0.203 to 1.0.210
  • (deps) Bump serde from 1.0.202 to 1.0.203
  • (deps) Bump serde from 1.0.201 to 1.0.202
  • (deps) Bump prost-build from 0.12.4 to 0.12.6
  • (deps) Bump prost-types from 0.12.4 to 0.12.6
  • (deps) Bump prost from 0.12.4 to 0.12.6
  • (deps) Bump serde from 1.0.198 to 1.0.201
  • (deps) Bump serde from 1.0.197 to 1.0.198
  • (deps) Bump prost-wkt-types from 0.5.0 to 0.5.1
  • (deps) Bump prost-wkt-build from 0.5.0 to 0.5.1
  • (deps) Bump prost-wkt from 0.5.0 to 0.5.1
  • Add Getting Started to readme
  • (deps) Bump prost-build from 0.12.3 to 0.12.4
  • Remove branch filter for triggering Check workflow


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-06-13T07-13-20Z branch 2 times, most recently from 4082221 to 2872819 Compare September 30, 2024 08:03
@github-actions github-actions bot changed the title chore: release v0.1.1 chore: release v0.2.0 Sep 30, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-06-13T07-13-20Z branch from 2872819 to 0266f0b Compare September 30, 2024 08:24
@github-actions github-actions bot force-pushed the release-plz-2024-06-13T07-13-20Z branch from 0266f0b to 977b3b1 Compare September 30, 2024 08:37
@liamwh
Copy link
Owner

liamwh commented Oct 7, 2024

@c-thiel Do you have an idea why this might be failing now?

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