Skip to content

chore: release#335

Merged
shikhar merged 1 commit intomainfrom
release-plz-2026-03-19T18-49-21Z
Mar 19, 2026
Merged

chore: release#335
shikhar merged 1 commit intomainfrom
release-plz-2026-03-19T18-49-21Z

Conversation

@s2-release-plz
Copy link
Contributor

@s2-release-plz s2-release-plz bot commented Mar 19, 2026

🤖 New release

  • s2-common: 0.28.3 -> 0.29.0 (⚠ API breaking changes)
  • s2-api: 0.27.11 -> 0.27.12 (✓ API compatible changes)
  • s2-lite: 0.29.24 -> 0.29.25 (✓ API compatible changes)
  • s2-sdk: 0.24.8 -> 0.25.0 (⚠ API breaking changes)
  • s2-cli: 0.29.24 -> 0.29.25

s2-common breaking changes

--- 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.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant BasinState::Deleting 2 -> 1 in /tmp/.tmpcaPSZt/s2/common/src/types/basin.rs:205

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

Failed in:
  variant BasinState::Creating, previously in file /tmp/.tmptdZTbM/s2-common/src/types/basin.rs:205

s2-sdk breaking changes

--- 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.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant BasinState::Deleting 2 -> 1 in /tmp/.tmpcaPSZt/s2/sdk/src/types.rs:1130

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

Failed in:
  variant BasinState::Creating, previously in file /tmp/.tmptdZTbM/s2-sdk/src/types.rs:1130
Changelog

s2-common

[0.29.0] - 2026-03-19

Refactor

  • Remove basin creating state (#333)

s2-api

[0.27.12] - 2026-03-19

Refactor

  • Remove basin creating state (#333)

Miscellaneous Tasks

  • Sync specs submodule (#334)

s2-lite

[0.29.25] - 2026-03-19

Refactor

  • Remove basin creating state (#333)

s2-sdk

[0.25.0] - 2026-03-19

Refactor

  • Remove basin creating state (#333)

s2-cli

[0.29.25] - 2026-03-19

Refactor

  • Remove basin creating state (#333)


This PR was generated with release-plz.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 19, 2026

PR author is not in the allowed authors list.

@s2-release-plz s2-release-plz bot force-pushed the release-plz-2026-03-19T18-49-21Z branch from 064c836 to 6821c41 Compare March 19, 2026 18:54
@shikhar shikhar merged commit 849f011 into main Mar 19, 2026
17 checks passed
@shikhar shikhar deleted the release-plz-2026-03-19T18-49-21Z branch March 19, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant