Skip to content

Commit dceb93d

Browse files
chore: release v0.13.0
1 parent 6419023 commit dceb93d

3 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.13.0](https://github.com/vidhanio/hypertext/compare/hypertext-v0.12.1...hypertext-v0.13.0) - 2026-03-22
11+
12+
### Added
13+
14+
- opengraph property (closes #196)
15+
- huge refactor
16+
17+
### Fixed
18+
19+
- allow slash in class/id shorthand values (closes #190)
20+
- re-add @youwen5 site
21+
- docs
22+
- ci
23+
24+
### Other
25+
26+
- svg ([#187](https://github.com/vidhanio/hypertext/pull/187))
27+
- Update projects list in README.md
28+
- alias rsx*! macros to html*! macros and add file support ([#185](https://github.com/vidhanio/hypertext/pull/185))
29+
- Using builder for component instantiation ([#183](https://github.com/vidhanio/hypertext/pull/183))
30+
- optional attrs (closes #182)
31+
- Add HTMX attributes for SSE and WS extensions ([#177](https://github.com/vidhanio/hypertext/pull/177))
32+
- fmt
33+
- Add my website to "Projects using hypertext" ([#161](https://github.com/vidhanio/hypertext/pull/161))
34+
1035
## [0.12.1](https://github.com/vidhanio/hypertext/compare/hypertext-v0.12.0...hypertext-v0.12.1) - 2025-08-09
1136

1237
### Other

Cargo.lock

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

Cargo.toml

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

66
[workspace.package]
7-
version = "0.12.1"
7+
version = "0.13.0"
88
edition = "2024"
99
description = "A blazing fast type checked HTML macro crate."
1010
readme = "README.md"
@@ -18,8 +18,8 @@ categories = ["template-engine"]
1818
name = "hypertext"
1919

2020
[workspace.dependencies]
21-
hypertext = { version = "0.12.1", path = "./crates/hypertext" }
22-
hypertext-macros = { version = "0.12.1", path = "./crates/hypertext-macros" }
21+
hypertext = { version = "0.13.0", path = "./crates/hypertext" }
22+
hypertext-macros = { version = "0.13.0", path = "./crates/hypertext-macros" }
2323

2424
html-escape = { version = "0.2", default-features = false }
2525

0 commit comments

Comments
 (0)