Skip to content

Commit 4d7b1bb

Browse files
committed
chore: Release 0.15.0
1 parent 46212e2 commit 4d7b1bb

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.15.0"></a>
2+
## 0.15.0 (2018-07-30)
3+
4+
5+
#### Breaking Changes
6+
7+
* Upgrade from f32 to f64 ([3eddded2](https://github.com/cobalt-org/liquid-rust/commit/3eddded24056c9f5c2d2d2f3adf143809fe82507), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))
8+
9+
#### Features
10+
11+
* Expose filters/tags ([027a67cc](https://github.com/cobalt-org/liquid-rust/commit/027a67cccb9b40ffac0e25d5d9cd4501bdbe4d63))
12+
* Upgrade from f32 to f64 ([3eddded2](https://github.com/cobalt-org/liquid-rust/commit/3eddded24056c9f5c2d2d2f3adf143809fe82507), breaks [#](https://github.com/cobalt-org/liquid-rust/issues/))
13+
* **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))
14+
15+
16+
117
<a name="0.14.3"></a>
218
## 0.14.3 (2018-04-10)
319

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liquid"
3-
version = "0.14.3"
3+
version = "0.15.0"
44
authors = ["Johann Hofmann <[email protected]>"]
55
description = "The liquid templating language for Rust"
66
repository = "https://github.com/cobalt-org/liquid-rust"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:
1010

1111
```toml
1212
[dependencies]
13-
liquid = "0.14"
13+
liquid = "0.15"
1414
```
1515

1616
Now you can use the crate in your code:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! ```toml
66
//! [dependencies]
7-
//! liquid = "0.14"
7+
//! liquid = "0.15"
88
//! ```
99
//!
1010
//! ## Example

0 commit comments

Comments
 (0)