Skip to content

chore: release#70

Open
flying-sheep wants to merge 1 commit intomainfrom
release-plz-2025-04-13T20-34-58Z
Open

chore: release#70
flying-sheep wants to merge 1 commit intomainfrom
release-plz-2025-04-13T20-34-58Z

Conversation

@flying-sheep
Copy link
Owner

@flying-sheep flying-sheep commented Apr 13, 2025

🤖 New release

  • document_tree: 0.4.2 -> 0.5.0 (⚠ API breaking changes)
  • rst_parser: 0.4.2 -> 0.4.3 (✓ API compatible changes)
  • rst_renderer: 0.4.2 -> 0.4.3 (✓ API compatible changes)
  • rst: 0.4.2 -> 0.4.3

document_tree breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum document_tree::attribute_types::AutoFootnoteType, previously in file /tmp/.tmpzfi6k6/document_tree/src/attribute_types.rs:19

--- 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.45.0/src/lints/trait_missing.ron

Failed in:
  trait document_tree::extra_attributes::FootnoteType, previously in file /tmp/.tmpzfi6k6/document_tree/src/extra_attributes.rs:109
Changelog

document_tree

0.5.0 - 2026-01-21

Other

  • Schema (#72)
  • Refactor standard transform (#71)

rst_parser

0.4.3 - 2026-01-21

Other

  • Schema (#72)
  • [pre-commit.ci] pre-commit autoupdate (#73)
  • Refactor standard transform (#71)

rst_renderer

0.4.3 - 2026-01-21

Other

  • Schema (#72)
  • Refactor standard transform (#71)
  • Better HTML (#69)

rst

0.4.3 - 2026-01-21

Other


This PR was generated with release-plz.

@flying-sheep flying-sheep changed the title chore: release v0.4.3 chore: release Apr 16, 2025
@flying-sheep flying-sheep force-pushed the release-plz-2025-04-13T20-34-58Z branch from fd55776 to c681cbd Compare April 16, 2025 16:02
@flying-sheep flying-sheep changed the title chore: release chore: release v0.4.3 Aug 12, 2025
@flying-sheep flying-sheep force-pushed the release-plz-2025-04-13T20-34-58Z branch from c681cbd to 1ac6c0e Compare August 12, 2025 08:59
@flying-sheep flying-sheep changed the title chore: release v0.4.3 chore: release Jan 21, 2026
@flying-sheep flying-sheep force-pushed the release-plz-2025-04-13T20-34-58Z branch from 1ac6c0e to 3ce7dd8 Compare January 21, 2026 17:13
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