Skip to content

chore: release v0.53.0#598

Merged
alexhraber merged 1 commit into
masterfrom
release-plz-2026-05-26T04-20-36Z
May 26, 2026
Merged

chore: release v0.53.0#598
alexhraber merged 1 commit into
masterfrom
release-plz-2026-05-26T04-20-36Z

Conversation

@decapod-release-manager
Copy link
Copy Markdown
Contributor

🤖 New release

  • decapod: 0.52.2 -> 0.53.0 (⚠ API breaking changes)

decapod 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.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CapabilitiesReport.config in /tmp/.tmp3yzD5v/decapod/src/core/rpc.rs:452
  field CapabilitiesReport.is_latest in /tmp/.tmp3yzD5v/decapod/src/core/rpc.rs:454
  field CapabilitiesReport.latest_version in /tmp/.tmp3yzD5v/decapod/src/core/rpc.rs:456

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

Failed in:
  variant DecapodError:Config in /tmp/.tmp3yzD5v/decapod/src/core/error.rs:30
  variant DecapodError:Config in /tmp/.tmp3yzD5v/decapod/src/core/error.rs:30
  variant DocsCommand:Build in /tmp/.tmp3yzD5v/decapod/src/core/docs_cli.rs:72
  variant DocsCommand:Build in /tmp/.tmp3yzD5v/decapod/src/core/docs_cli.rs:72
Changelog

0.53.0 - 2026-05-26

Added

  • implement comprehensive dual-audience documentation system (#596)


This PR was generated with release-plz.

@alexhraber alexhraber merged commit cb1008d into master May 26, 2026
7 checks passed
@alexhraber alexhraber deleted the release-plz-2026-05-26T04-20-36Z branch May 26, 2026 04:21
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