Skip to content

Commit

Permalink
(cargo-release) version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jan 24, 2020
1 parent 5cb4bcf commit e898532
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/2.0.3...Unreleased) - ReleaseDate
## [3.0.0](https://github.com/sunng87/handlebars-rust/compare/2.0.3...3.0.0) - 2020-01-24

* [Changed] Added lifetime specifier to `Handlebars` structure allowing helper definition to have non-static borrowed data #282
* [Changed] Removed hashbrown dependency #279
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "handlebars"
version = "3.0.0-beta.6"
version = "3.0.0"
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/handlebars/3.0.0-beta.6")]
#![doc(html_root_url = "https://docs.rs/handlebars/3.0.0")]
#![deny(warnings)]
//! # Handlebars
//!
Expand Down

0 comments on commit e898532

Please sign in to comment.