File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = ["crates/*"]
44default-members = [" crates/*" ]
55
66[workspace .package ]
7- version = " 0.12.1 "
7+ version = " 0.13.0 "
88edition = " 2024"
99description = " A blazing fast type checked HTML macro crate."
1010readme = " README.md"
@@ -18,8 +18,8 @@ categories = ["template-engine"]
1818name = " 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
2424html-escape = { version = " 0.2" , default-features = false }
2525
You can’t perform that action at this time.
0 commit comments