diff --git a/CHANGELOG.md b/CHANGELOG.md index aa48133e7..bc635dbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.3.6...Unreleased) - ReleaseDate +## [4.3.7](https://github.com/sunng87/handlebars-rust/compare/4.3.6...4.3.7) - 2023-05-11 * [Fixed] Use full quanlified name of `Result` in `handlebars_helper` macro [#578] * [Fixed] Allow single-quote JSON literal [#577] diff --git a/Cargo.toml b/Cargo.toml index 7932544e5..5d5a1bbe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.3.6" +version = "4.3.7" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 9a9130eeb..1cb9e79ee 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.3.6")] +#![doc(html_root_url = "https://docs.rs/handlebars/4.3.7")] #![cfg_attr(docsrs, feature(doc_cfg))] #![allow(unknown_lints)] #![allow(clippy::result_large_err)]