Skip to content

Commit

Permalink
(cargo-release) version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 25, 2020
1 parent f87cddd commit c39a756
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/3.5.0...Unreleased) - ReleaseDate
## [3.5.1](https://github.com/sunng87/handlebars-rust/compare/3.5.0...3.5.1) - 2020-10-25

* [Fixed] dir source path separator bug on windows [#389]

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 = "3.5.1-alpha.0"
version = "3.5.1"
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/3.5.0")]
#![doc(html_root_url = "https://docs.rs/handlebars/3.5.1")]
//! # Handlebars
//!
//! [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).
Expand Down

0 comments on commit c39a756

Please sign in to comment.