Skip to content

Commit

Permalink
chore: Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 30, 2018
1 parent 46212e2 commit 4d7b1bb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="0.15.0"></a>
## 0.15.0 (2018-07-30)


#### Breaking Changes

* Upgrade from f32 to f64 ([3eddded2](https://github.com/cobalt-org/liquid-rust/commit/3eddded24056c9f5c2d2d2f3adf143809fe82507), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))

#### Features

* Expose filters/tags ([027a67cc](https://github.com/cobalt-org/liquid-rust/commit/027a67cccb9b40ffac0e25d5d9cd4501bdbe4d63))
* Upgrade from f32 to f64 ([3eddded2](https://github.com/cobalt-org/liquid-rust/commit/3eddded24056c9f5c2d2d2f3adf143809fe82507), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))
* **date:** Support today/now ([6a1e0a0f](https://github.com/cobalt-org/liquid-rust/commit/6a1e0a0f3ddc7892e8c84597929dbebc4dd80d29), closes [#181](https://github.com/cobalt-org/liquid-rust/issues/181))



<a name="0.14.3"></a>
## 0.14.3 (2018-04-10)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "liquid"
version = "0.14.3"
version = "0.15.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:

```toml
[dependencies]
liquid = "0.14"
liquid = "0.15"
```

Now you can use the crate in your code:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! liquid = "0.14"
//! liquid = "0.15"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 4d7b1bb

Please sign in to comment.