diff --git a/CHANGELOG.md b/CHANGELOG.md index 8152fbf20..3a1123857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.2.2...Unreleased) - ReleaseDate +## [4.3.0](https://github.com/sunng87/handlebars-rust/compare/4.2.2...4.3.0) - 2022-05-18 * [Changed] update MSRV to 1.57 as rhai requires * [Fixed] Reimplemented indent support for partial expression `{{> diff --git a/Cargo.toml b/Cargo.toml index 38e2867f9..b2c8db7ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "4.2.3-alpha.0" +version = "4.3.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 01fbea5bd..fb9fb697f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.2.2")] +#![doc(html_root_url = "https://docs.rs/handlebars/4.3.0")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!