Skip to content

Commit

Permalink
chore: Release 0.13
Browse files Browse the repository at this point in the history
Features

* **api:**  Make Renderable debuggable ([802b0af](802b0af))

Bug Fixes

* **dbg:**  Remove debug code ([7bf2a3d](7bf2a3d))
* **for:**  Remove non-standard for_loop variable ([0d9515f](0d9515f), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))

Breaking Changes

* **for:**  Remove non-standard for_loop variable ([0d9515f](0d9515f), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))
  • Loading branch information
epage committed Dec 17, 2017
1 parent 6d601a2 commit 587fbd0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.13.0"></a>
## 0.13.0 (2017-12-17)


#### Features

* **api:** Make Renderable debuggable ([802b0af0](https://github.com/cobalt-org/liquid-rust/commit/802b0af0045874565d68a4c4f3b957ddef1b44bd))

#### Bug Fixes

* **dbg:** Remove debug code ([7bf2a3d4](https://github.com/cobalt-org/liquid-rust/commit/7bf2a3d4754252a0c67c7c514e1dca542e565e4c))
* **for:** Remove non-standard for_loop variable ([0d9515fe](https://github.com/cobalt-org/liquid-rust/commit/0d9515fe1a8c89e9604beb1a69370256d0f23f08), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))

#### Breaking Changes

* **for:** Remove non-standard for_loop variable ([0d9515fe](https://github.com/cobalt-org/liquid-rust/commit/0d9515fe1a8c89e9604beb1a69370256d0f23f08), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))



<a name="0.12.0"></a>
## 0.12.0 (2017-11-29)

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 = "liquid"
version = "0.12.0"
version = "0.13.0"
authors = ["Johann Hofmann <[email protected]>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! liquid = "0.9"
//! liquid = "0.13"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 587fbd0

Please sign in to comment.