Skip to content

Commit

Permalink
chore: Release handlebars version 4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed May 11, 2023
1 parent 3df1302 commit 950a3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.3.6...Unreleased) - ReleaseDate
## [4.3.7](https://github.com/sunng87/handlebars-rust/compare/4.3.6...4.3.7) - 2023-05-11

* [Fixed] Use full quanlified name of `Result` in `handlebars_helper` macro [#578]
* [Fixed] Allow single-quote JSON literal [#577]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "handlebars"
version = "4.3.6"
version = "4.3.7"
authors = ["Ning Sun <sunng@pm.me>"]
description = "Handlebars templating implemented in Rust."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/handlebars/4.3.6")]
#![doc(html_root_url = "https://docs.rs/handlebars/4.3.7")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(unknown_lints)]
#![allow(clippy::result_large_err)]
Expand Down

0 comments on commit 950a3bf

Please sign in to comment.