diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e1884b0..ce97af079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/6.2.0...Unreleased) - ReleaseDate +## [6.3.0](https://github.com/sunng87/handlebars-rust/compare/6.2.0...6.3.0) - 2025-01-05 * [Added] Builders for some non-exhaustive structs [#688] * [Changed] `and` and `or` helper now accepts multiple parameters [#687] diff --git a/Cargo.toml b/Cargo.toml index bfe28cec6..054c17c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "6.2.0" +version = "6.3.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 7e531d70f..5c17310c7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/6.2.0")] +#![doc(html_root_url = "https://docs.rs/handlebars/6.3.0")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!