We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab28f5e commit 7d666fbCopy full SHA for 7d666fb
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/6.3.1...Unreleased) - ReleaseDate
+## [6.3.2](https://github.com/sunng87/handlebars-rust/compare/6.3.1...6.3.2) - 2025-03-16
4
5
* [Fixed] Reimplementation of partial context [#699]
6
Cargo.toml
[package]
name = "handlebars"
-version = "6.3.1"
+version = "6.3.2"
authors = ["Ning Sun <sunng@pm.me>"]
description = "Handlebars templating implemented in Rust."
license = "MIT"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/handlebars/6.3.1")]
+#![doc(html_root_url = "https://docs.rs/handlebars/6.3.2")]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! # Handlebars
//!
0 commit comments