Skip to content

Commit

Permalink
chore: Release handlebars version 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Mar 24, 2024
1 parent 3458be1 commit 47bc650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/5.1.1...Unreleased) - ReleaseDate
## [5.1.2](https://github.com/sunng87/handlebars-rust/compare/5.1.1...5.1.2) - 2024-03-24

* [Changed] Improved error message and syntax rule naming [#638]
* [Changed] Updated `heck` to 0.5 [#635]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "handlebars"
version = "5.1.1"
version = "5.1.2"
authors = ["Ning Sun <sunng@pm.me>"]
description = "Handlebars templating implemented in Rust."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/handlebars/5.1.1")]
#![doc(html_root_url = "https://docs.rs/handlebars/5.1.2")]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! # Handlebars
//!
Expand Down

0 comments on commit 47bc650

Please sign in to comment.