From b2d947c1d90c1fdeac018e20607d61a4f9d3cbf1 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Mon, 16 Dec 2024 20:57:23 +0100 Subject: [PATCH] release 1.5.0 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c995215..8e28005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [1.5.0] - 2024-12-16 + ### Deprecated * `attr::charset_utf_8()` and `elt::meta_charset_utf_8()` @@ -90,7 +93,8 @@ Minor fix in root crate documentation * `std`: Enabled by default. Disable it to compile to `no_std` * `rocket_v05` : implement [`rocket::response::Responder`](https://docs.rs/rocket/latest/rocket/response/trait.Responder.html) for `Document` and `Element` (for rocket 0.5) -[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/jcornaz/fun-html/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/jcornaz/fun-html/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/jcornaz/fun-html/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/jcornaz/fun-html/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/jcornaz/fun-html/compare/v1.2.0...v1.2.1 diff --git a/Cargo.lock b/Cargo.lock index 8123a3e..4a5e1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "fun-html" -version = "1.4.0" +version = "1.5.0" dependencies = [ "html-escape", "rocket", diff --git a/Cargo.toml b/Cargo.toml index 6568144..06bd9bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fun-html" -version = "1.4.0" +version = "1.5.0" license = "MIT" authors = ["Jonathan Cornaz"] edition = "2021"