diff --git a/CHANGELOG.md b/CHANGELOG.md index 4890c60a5..572178a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.3.4...Unreleased) - ReleaseDate +## [5.0.0](https://github.com/sunng87/handlebars-rust/compare/4.3.4...5.0.0) - 2023-12-31 * [Added] public mutable access to local variables in `BlockContext` [#533] * [Changed] Simplified lifetime specifiers for `Helper`, `ScopedJson` and some diff --git a/Cargo.toml b/Cargo.toml index 418c3a214..becd6dbd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlebars" -version = "5.0.0-beta.5" +version = "5.0.0" authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" diff --git a/src/lib.rs b/src/lib.rs index 5a92586b3..bd25ec20a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/handlebars/4.3.4")] +#![doc(html_root_url = "https://docs.rs/handlebars/5.0.0")] #![cfg_attr(docsrs, feature(doc_cfg))] //! # Handlebars //!