Skip to content

Commit faecc52

Browse files
committed
(cargo-release) version 3.5.5
1 parent 9e2a0cf commit faecc52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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/3.5.4...Unreleased) - ReleaseDate
3+
## [3.5.5](https://github.com/sunng87/handlebars-rust/compare/3.5.4...3.5.5) - 2021-05-03
44

55
* [Fixed] Panic on reporting invalid tag name [#427]
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "handlebars"
3-
version = "3.5.5-alpha.0"
3+
version = "3.5.5"
44
authors = ["Ning Sun <sunng@pm.me>"]
55
description = "Handlebars templating implemented in Rust."
66
license = "MIT"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/handlebars/3.5.4")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/3.5.5")]
22
//! # Handlebars
33
//!
44
//! [Handlebars](http://handlebarsjs.com/) is a modern and extensible templating solution originally created in the JavaScript world. It's used by many popular frameworks like [Ember.js](http://emberjs.com) and Chaplin. It's also ported to some other platforms such as [Java](https://github.com/jknack/handlebars.java).

0 commit comments

Comments
 (0)