diff --git a/CHANGELOG.md b/CHANGELOG.md index ce46b70bd..df1405790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/5.0.0...Unreleased) - ReleaseDate +## [5.1.0](https://github.com/sunng87/handlebars-rust/compare/5.0.0...5.1.0) - 2024-01-17 * [Added] Chained `else if` block support [#629] diff --git a/Cargo.toml b/Cargo.toml index becd6dbd3..3867527a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "5.0.0" +version = "5.1.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 3001fb42b..afad4c21f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/5.0.0")] +#![doc(html_root_url = "https://docs.rs/handlebars/5.1.0")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!