Skip to content

chore: release v0.30.0#262

Merged
Alex793x merged 1 commit intomainfrom
release-plz-2025-12-31T01-11-39Z
Dec 31, 2025
Merged

chore: release v0.30.0#262
Alex793x merged 1 commit intomainfrom
release-plz-2025-12-31T01-11-39Z

Conversation

@Alex793x
Copy link
Copy Markdown
Contributor

🤖 New release

  • syncable-cli: 0.29.5 -> 0.30.0 (⚠ API breaking changes)

syncable-cli 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.45.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Config.syncable_auth in /tmp/.tmp9qBmap/syncable-cli/src/config/types.rs:15

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

Failed in:
  variant Commands:Auth in /tmp/.tmp9qBmap/syncable-cli/src/cli.rs:261
Changelog

0.30.0 - 2025-12-31

Added

  • updated cli to include auth

Other


This PR was generated with release-plz.

@Alex793x Alex793x merged commit c4e59ba into main Dec 31, 2025
Alex793x added a commit that referenced this pull request Mar 28, 2026
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