From 1db385b1d9446bc824ea5b82d286d7f7ec49973b Mon Sep 17 00:00:00 2001 From: Miika Arponen Date: Wed, 9 May 2018 13:18:19 +0300 Subject: [PATCH] 1.15.0 release --- CHANGELOG.md | 5 +++++ dustpress.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c9cae6..1a2e7067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.15.0] - 2018-05-09 + +### Added +- A possibility to give Comparison helpers `type` parameter to use it with booleans as is the case with the original Dust.js. + ## [1.14.1] - 2018-04-13 ### Fixed diff --git a/dustpress.php b/dustpress.php index e5254e75..e876fa95 100644 --- a/dustpress.php +++ b/dustpress.php @@ -6,7 +6,7 @@ Author: Miika Arponen & Ville Siltala / Geniem Oy Author URI: http://www.geniem.com License: GPLv3 -Version: 1.14.1 +Version: 1.15.0 */ final class DustPress {