Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Dec 16, 2024
1 parent bea96d5 commit b2d947c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fun-html"
version = "1.4.0"
version = "1.5.0"
license = "MIT"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit b2d947c

Please sign in to comment.