Skip to content

Commit 5e35c76

Browse files
committed
chore: Release handlebars version 6.2.0
1 parent f2b5cb1 commit 5e35c76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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/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
44

55
* [Added] `@index` variable for object iteration [#682]
66
* [Changed] improve number comparison between different types [#679]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "handlebars"
3-
version = "6.1.0"
3+
version = "6.2.0"
44
authors = ["Ning Sun <sunng@pm.me>"]
55
description = "Handlebars templating implemented in Rust."
66
license = "MIT"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/handlebars/6.1.0")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/6.2.0")]
22
#![cfg_attr(docsrs, feature(doc_cfg))]
33
//! # Handlebars
44
//!

0 commit comments

Comments
 (0)