Skip to content

Commit fab96ed

Browse files
committed
release 1.6.0
1 parent 9b53d25 commit fab96ed

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
## [Unreleased]
99

1010

11+
## [1.6.0] - 2024-12-21
12+
13+
1114
### Added elements
1215

1316
* `elt::hgroup`
@@ -113,7 +116,8 @@ Minor fix in root crate documentation
113116
* `std`: Enabled by default. Disable it to compile to `no_std`
114117
* `rocket_v05` : implement [`rocket::response::Responder`](https://docs.rs/rocket/latest/rocket/response/trait.Responder.html) for `Document` and `Element` (for rocket 0.5)
115118

116-
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.5.0...HEAD
119+
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.6.0...HEAD
120+
[1.6.0]: https://github.com/jcornaz/fun-html/compare/v1.5.0...v1.6.0
117121
[1.5.0]: https://github.com/jcornaz/fun-html/compare/v1.4.0...v1.5.0
118122
[1.4.0]: https://github.com/jcornaz/fun-html/compare/v1.3.0...v1.4.0
119123
[1.3.0]: https://github.com/jcornaz/fun-html/compare/v1.2.1...v1.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fun-html"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
license = "MIT"
55
authors = ["Jonathan Cornaz"]
66
edition = "2021"

0 commit comments

Comments
 (0)