Skip to content

chore: release v0.32.0#271

Merged
Alex793x merged 1 commit intomainfrom
release-plz-2026-01-09T01-20-58Z
Jan 9, 2026
Merged

chore: release v0.32.0#271
Alex793x merged 1 commit intomainfrom
release-plz-2026-01-09T01-20-58Z

Conversation

@Alex793x
Copy link
Copy Markdown
Contributor

@Alex793x Alex793x commented Jan 9, 2026

🤖 New release

  • syncable-cli: 0.31.1 -> 0.32.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 TruncationLimits.max_json_bytes in /tmp/.tmpHxSD1q/syncable-cli/src/agent/tools/truncation.rs:19

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant Commands::Chat 8 -> 9 in /tmp/.tmpHxSD1q/syncable-cli/src/cli.rs:318
  variant Commands::Auth 9 -> 10 in /tmp/.tmpHxSD1q/syncable-cli/src/cli.rs:345

--- 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:Optimize in /tmp/.tmpHxSD1q/syncable-cli/src/cli.rs:234
Changelog

0.32.0 - 2026-01-09

Added

  • updated agent store logic to better fetch and manage outputs
  • upgrade rig-core to 0.28 and fix OpenAI Responses API multi-turn

Fixed

  • (agent) [breaking] use monorepo analyzer to detect ALL projects instead of flat analysis
  • resolve clippy errors and failing tests for CI

Other

  • Merge pull request Develop #270 from syncable-dev/develop
  • Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop


This PR was generated with release-plz.

@Alex793x Alex793x merged commit 0eb4c33 into main Jan 9, 2026
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