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 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 ]
Original file line number Diff line number Diff line change 11[package ]
22name = " handlebars"
3- version = " 4.1.6 "
3+ version = " 4.2.0 "
44authors = [" Ning Sun <sunng@pm.me>" ]
55description = " Handlebars templating implemented in Rust."
66license = " MIT"
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments