Skip to content

Commit d597c59

Browse files
committed
(cargo-release) version 4.2.0
1 parent 2335309 commit d597c59

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.1.6...Unreleased) - ReleaseDate
3+
## [4.2.0](https://github.com/sunng87/handlebars-rust/compare/4.1.6...4.2.0) - 2022-01-05
44

55
* [Added] RustEmbed support for loading templates from [#484]
66
* [Fixed] Parser support for variables begins with digit [#479]

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.1.6"
3+
version = "4.2.0"
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/4.1.6")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/4.2.0")]
22
#![cfg_attr(docsrs, feature(doc_cfg))]
33
//! # Handlebars
44
//!

0 commit comments

Comments
 (0)