Skip to content

chore: release v0.13.0#162

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-09-08T02-38-36Z
Draft

chore: release v0.13.0#162
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-09-08T02-38-36Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 8, 2025

🤖 New release

  • hypertext-macros: 0.12.1 -> 0.13.0
  • hypertext: 0.12.1 -> 0.13.0 (⚠ API breaking changes)

hypertext breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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/inherent_method_missing.ron

Failed in:
  Buffer::as_attribute_buffer, previously in file /tmp/.tmpfLLiXZ/hypertext/src/alloc/mod.rs:84

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_missing.ron

Failed in:
  method render of trait Renderable, previously in file /tmp/.tmpfLLiXZ/hypertext/src/alloc/mod.rs:223
  method render of trait Renderable, previously in file /tmp/.tmpfLLiXZ/hypertext/src/alloc/mod.rs:223
Changelog

hypertext

0.13.0 - 2026-03-08

Added

  • huge refactor

Fixed

Other


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-09-08T02-38-36Z branch from 38ab2e3 to 1a299cd Compare February 20, 2026 20:44
@github-actions github-actions bot changed the title chore: release v0.12.2 chore: release v0.13.0 Mar 7, 2026
@github-actions github-actions bot force-pushed the release-plz-2025-09-08T02-38-36Z branch from 1a299cd to 9bd5ae0 Compare March 7, 2026 14:44
@vidhanio vidhanio marked this pull request as draft March 7, 2026 14:46
@github-actions github-actions bot force-pushed the release-plz-2025-09-08T02-38-36Z branch 3 times, most recently from 260a197 to 5da9465 Compare March 7, 2026 18:04
@github-actions github-actions bot force-pushed the release-plz-2025-09-08T02-38-36Z branch from 5da9465 to e0ae357 Compare March 8, 2026 20:04
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.

Document optional attributes

0 participants