Skip to content

chore: release v0.2.0#3

Merged
plimeor merged 1 commit into
mainfrom
release-plz-2026-07-05T09-30-50Z
Jul 5, 2026
Merged

chore: release v0.2.0#3
plimeor merged 1 commit into
mainfrom
release-plz-2026-07-05T09-30-50Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • markdown-syntax: 0.1.2 -> 0.2.0 (⚠ API breaking changes)

markdown-syntax 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Constructs.html_container in /tmp/.tmpkoTrfd/markdown-syntax/src/options.rs:22
  field Constructs.html_container in /tmp/.tmpkoTrfd/markdown-syntax/src/options.rs:22
  field Constructs.html_container in /tmp/.tmpkoTrfd/markdown-syntax/src/options.rs:22

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

Failed in:
  variant Block:HtmlContainer in /tmp/.tmpkoTrfd/markdown-syntax/src/ast.rs:56
  variant Block:HtmlContainer in /tmp/.tmpkoTrfd/markdown-syntax/src/ast.rs:56
  variant Block:HtmlContainer in /tmp/.tmpkoTrfd/markdown-syntax/src/ast.rs:56
Changelog

0.2.0 - 2026-07-05

Other

  • Add details HTML container parsing


This PR was generated with release-plz.

@plimeor plimeor merged commit a67b5a8 into main Jul 5, 2026
3 checks passed
@plimeor plimeor deleted the release-plz-2026-07-05T09-30-50Z branch July 5, 2026 09: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.

1 participant