Skip to content

Commit 7d666fb

Browse files
committed
chore: Release handlebars version 6.3.2
1 parent ab28f5e commit 7d666fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/6.3.1...Unreleased) - ReleaseDate
3+
## [6.3.2](https://github.com/sunng87/handlebars-rust/compare/6.3.1...6.3.2) - 2025-03-16
44

55
* [Fixed] Reimplementation of partial context [#699]
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "handlebars"
3-
version = "6.3.1"
3+
version = "6.3.2"
44
authors = ["Ning Sun <sunng@pm.me>"]
55
description = "Handlebars templating implemented in Rust."
66
license = "MIT"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/handlebars/6.3.1")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/6.3.2")]
22
#![cfg_attr(docsrs, feature(doc_cfg))]
33
//! # Handlebars
44
//!

0 commit comments

Comments
 (0)