Skip to content

Commit 950a3bf

Browse files
committed
chore: Release handlebars version 4.3.7
1 parent 3df1302 commit 950a3bf

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/4.3.6...Unreleased) - ReleaseDate
3+
## [4.3.7](https://github.com/sunng87/handlebars-rust/compare/4.3.6...4.3.7) - 2023-05-11
44

55
* [Fixed] Use full quanlified name of `Result` in `handlebars_helper` macro [#578]
66
* [Fixed] Allow single-quote JSON literal [#577]

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 = "4.3.6"
3+
version = "4.3.7"
44
authors = ["Ning Sun <[email protected]>"]
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/4.3.6")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/4.3.7")]
22
#![cfg_attr(docsrs, feature(doc_cfg))]
33
#![allow(unknown_lints)]
44
#![allow(clippy::result_large_err)]

0 commit comments

Comments
 (0)