Skip to content

Commit 618200f

Browse files
committed
(cargo-release) version 3.5.3
1 parent a82245a commit 618200f

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.2...Unreleased) - ReleaseDate
3+
## [3.5.3](https://github.com/sunng87/handlebars-rust/compare/3.5.2...3.5.3) - 2021-02-20
44

55
* [Fixed] value access issue when upper block has a base value [#419]
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.3-alpha.0"
3+
version = "3.5.3"
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.2")]
1+
#![doc(html_root_url = "https://docs.rs/handlebars/3.5.3")]
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)