diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e8b886..b50f136db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/6.0.0...Unreleased) - ReleaseDate +## [6.1.0](https://github.com/sunng87/handlebars-rust/compare/6.0.0...6.1.0) - 2024-09-06 * [Added] More data type support in comparison helpers [#673] diff --git a/Cargo.toml b/Cargo.toml index a4a225a8a..79439c0b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "6.0.0" +version = "6.1.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 9a560cffb..beefd296c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/6.0.0")] +#![doc(html_root_url = "https://docs.rs/handlebars/6.1.0")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!