Skip to content

Commit b53802e

Browse files
committed
release 1.7.0
1 parent 8e77ff3 commit b53802e

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
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
11+
## [1.7.0] - 2025-01-25
12+
1013
### Added
1114

1215
* `maud_v026` feature flag providing implementation of `maud::Render` for `Document` and `Element`,
@@ -121,7 +124,8 @@ Minor fix in root crate documentation
121124
* `std`: Enabled by default. Disable it to compile to `no_std`
122125
* `rocket_v05` : implement [`rocket::response::Responder`](https://docs.rs/rocket/latest/rocket/response/trait.Responder.html) for `Document` and `Element` (for rocket 0.5)
123126

124-
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.6.0...HEAD
127+
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.7.0...HEAD
128+
[1.7.0]: https://github.com/jcornaz/fun-html/compare/v1.6.0...v1.7.0
125129
[1.6.0]: https://github.com/jcornaz/fun-html/compare/v1.5.0...v1.6.0
126130
[1.5.0]: https://github.com/jcornaz/fun-html/compare/v1.4.0...v1.5.0
127131
[1.4.0]: https://github.com/jcornaz/fun-html/compare/v1.3.0...v1.4.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.6.0"
3+
version = "1.7.0"
44
license = "MIT"
55
authors = ["Jonathan Cornaz"]
66
edition = "2021"

0 commit comments

Comments
 (0)