Skip to content

Commit

Permalink
(cargo-release) version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 4, 2021
1 parent 416876c commit 5cf885a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.0.1...Unreleased) - ReleaseDate
## [4.1.0](https://github.com/sunng87/handlebars-rust/compare/4.0.1...4.1.0) - 2021-07-05

* [Added] export `StringOutput` as requested in #442
* [Changed] strict mode now applies to our helper macro `handlebars_helper!` and
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "handlebars"
version = "4.0.2-alpha.0"
version = "4.1.0"
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/handlebars/4.0.1")]
#![doc(html_root_url = "https://docs.rs/handlebars/4.1.0")]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! # Handlebars
//!
Expand Down

0 comments on commit 5cf885a

Please sign in to comment.