diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ba05906..1c0ff97d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.1.2...Unreleased) - ReleaseDate +## [4.1.3](https://github.com/sunng87/handlebars-rust/compare/4.1.2...4.1.3) - 2021-09-10 * [Added] `@last` variable for `each` block with object [#466] * [Fixed] Missing whitespaces behind expression [#468] diff --git a/Cargo.toml b/Cargo.toml index 8ff1c30b6..0c5c2db71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.1.3-alpha.0" +version = "4.1.3" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 2fd425fa8..728ce5e8c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.1.2")] +#![doc(html_root_url = "https://docs.rs/handlebars/4.1.3")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!