File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ] ( https://github.com/sunng87/handlebars-rust/compare/4.1.3...Unreleased ) - ReleaseDate
3
+ ## [ 4.1.4 ] ( https://github.com/sunng87/handlebars-rust/compare/4.1.3...4.1.4 ) - 2021-11-06
4
4
5
5
* [ Fixed] Corrected empty line stripping strategy [ #473 ]
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " handlebars"
3
- version = " 4.1.4-alpha.0 "
3
+ version = " 4.1.4"
4
4
authors = [" Ning Sun <sunng@pm.me>" ]
5
5
description = " Handlebars templating implemented in Rust."
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/handlebars/4.1.3 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/handlebars/4.1.4 " ) ]
2
2
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
3
3
//! # Handlebars
4
4
//!
You can’t perform that action at this time.
0 commit comments