Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 6, 2025

🤖 New release

  • sylvia-derive: 2.0.0-rc.0 -> 2.0.0-rc.1
  • sylvia: 2.0.0-rc.0 -> 2.0.0-rc.1 (⚠ API breaking changes)

sylvia breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.41.0/src/lints/struct_missing.ron

Failed in:
  struct sylvia::types::ExecCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:486
  struct sylvia::types::ReplyCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:466
  struct sylvia::types::SudoCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:518
  struct sylvia::types::MigrateCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:476
  struct sylvia::types::InstantiateCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:497
  struct sylvia::types::QueryCtx, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:508

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself 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.41.0/src/lints/trait_missing.ron

Failed in:
  trait sylvia::types::InterfaceApi, previously in file /tmp/.tmpYVVjoQ/sylvia/src/types.rs:614
Changelog

sylvia-derive

2.0.0-rc.1 - 2025-06-09

Added

  • [breaking] Remove replies from sv::features pre 2.0.0 release

Other

  • [breaking] Remove deprecated InterfaceApi pre 2.0.0 release
  • Replace explicit serde-json-wasm with cw_std::to_json_string


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v1.4.0 chore: release v2.0.0-rc.1 Jun 9, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-06-06T11-46-39Z branch 3 times, most recently from ba9d004 to a2943eb Compare June 9, 2025 10:16
@jawoznia jawoznia force-pushed the release-plz-2025-06-06T11-46-39Z branch from a2943eb to e82a278 Compare June 9, 2025 10:19
@codecov
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.27%. Comparing base (c4516d2) to head (e82a278).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #490   +/-   ##
=======================================
  Coverage   72.27%   72.27%           
=======================================
  Files          62       62           
  Lines        3813     3813           
=======================================
  Hits         2756     2756           
  Misses       1057     1057           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jawoznia jawoznia merged commit b1f8000 into main Jun 9, 2025
9 checks passed
@jawoznia jawoznia deleted the release-plz-2025-06-06T11-46-39Z branch June 9, 2025 10:35
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