Skip to content

Commit 441df27

Browse files
committed
chore: release v0.12.0
1 parent 91ceb83 commit 441df27

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0](https://github.com/vidhanio/hypertext/compare/hypertext-v0.11.0...hypertext-v0.12.0) - 2025-08-09
11+
1012
### Added
1113

1214
- [**breaking**] unify all duplicated `Attribute` versions of types/traits with the `Context` trait

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["examples/*", "hypertext", "hypertext-macros"]
44
default-members = ["hypertext", "hypertext-macros"]
55

66
[workspace.package]
7-
version = "0.11.0"
7+
version = "0.12.0"
88
authors = ["Vidhan Bhatt <me@vidhan.io>"]
99
edition = "2024"
1010
description = "A blazing fast type-checked HTML macro crate."
@@ -17,8 +17,7 @@ categories = ["template-engine"]
1717

1818
[workspace.dependencies]
1919
html-escape = { version = "0.2", default-features = false }
20-
hypertext = { version = "0.11.0", path = "./hypertext" }
21-
hypertext-macros = { version = "0.11.0", path = "./hypertext-macros" }
20+
hypertext-macros = { version = "0.12.0", path = "./hypertext-macros" }
2221

2322
[workspace.lints]
2423
[workspace.lints.clippy]

0 commit comments

Comments
 (0)