File tree 3 files changed +3
-3
lines changed
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/6.1.0...Unreleased ) - ReleaseDate
3
+ ## [ 6.2.0 ] ( https://github.com/sunng87/handlebars-rust/compare/6.1.0...6.2.0 ) - 2024-10-26
4
4
5
5
* [ Added] ` @index ` variable for object iteration [ #682 ]
6
6
* [ Changed] improve number comparison between different types [ #679 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " handlebars"
3
- version = " 6.1 .0"
3
+ version = " 6.2 .0"
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/6.1 .0" ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/handlebars/6.2 .0" ) ]
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