Skip to content

Commit 98c4ca6

Browse files
chore: release v0.10.0
1 parent 1882c1d commit 98c4ca6

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.10.0](https://github.com/vidhanio/hypertext/compare/hypertext-v0.9.0...hypertext-v0.10.0) - 2025-07-28
11+
12+
### Fixed
13+
14+
- [**breaking**] add check for quotes

Cargo.lock

Lines changed: 6 additions & 6 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 = ["examples/*", "hypertext", "hypertext-macros"]
44
default-members = ["hypertext", "hypertext-macros"]
55

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

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

2323
[workspace.lints]
2424
[workspace.lints.clippy]

0 commit comments

Comments
 (0)