Skip to content

Commit 802801f

Browse files
committed
release 1.4.0
1 parent aa62fde commit 802801f

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.4.0] - 2024-12-13
12+
1013
### Added
1114

1215
* `salvo_v074` feature flag providing implementation of `salvo::Scribe` for `Document` and `Element`
@@ -74,7 +77,8 @@ Minor fix in root crate documentation
7477
* `std`: Enabled by default. Disable it to compile to `no_std`
7578
* `rocket_v05` : implement [`rocket::response::Responder`](https://docs.rs/rocket/latest/rocket/response/trait.Responder.html) for `Document` and `Element` (for rocket 0.5)
7679

77-
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.3.0...HEAD
80+
[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.4.0...HEAD
81+
[1.4.0]: https://github.com/jcornaz/fun-html/compare/v1.3.0...v1.4.0
7882
[1.3.0]: https://github.com/jcornaz/fun-html/compare/v1.2.1...v1.3.0
7983
[1.2.1]: https://github.com/jcornaz/fun-html/compare/v1.2.0...v1.2.1
8084
[1.2.0]: https://github.com/jcornaz/fun-html/compare/v1.1.0...v1.2.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.3.0"
3+
version = "1.4.0"
44
license = "MIT"
55
authors = ["Jonathan Cornaz"]
66
edition = "2021"

0 commit comments

Comments
 (0)