Skip to content

Commit

Permalink
chore: Release handlebars version 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jan 5, 2025
1 parent 67d6b20 commit bfbac46
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/6.2.0...Unreleased) - ReleaseDate
## [6.3.0](https://github.com/sunng87/handlebars-rust/compare/6.2.0...6.3.0) - 2025-01-05

* [Added] Builders for some non-exhaustive structs [#688]
* [Changed] `and` and `or` helper now accepts multiple parameters [#687]
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 = "6.2.0"
version = "6.3.0"
authors = ["Ning Sun <[email protected]>"]
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/6.2.0")]
#![doc(html_root_url = "https://docs.rs/handlebars/6.3.0")]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! # Handlebars
//!
Expand Down

0 comments on commit bfbac46

Please sign in to comment.