From e134aafe7f72d9ab721797f4c6657585d4121139 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Sat, 10 Apr 2021 20:32:27 +0200 Subject: [PATCH] Version 0.14.1 --- CHANGELOG.md | 23 ++--------------------- Stencil.podspec.json | 4 ++-- docs/conf.py | 4 ++-- docs/installation.rst | 4 ++-- 4 files changed, 8 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e08c4a..70ea0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,6 @@ -## Master +# Stencil Changelog -### Breaking - -_None_ - -### Enhancements - -_None_ - -### Deprecations - -_None_ +## 0.14.1 ### Bug Fixes @@ -18,11 +8,6 @@ _None_ [Ɓukasz Kuczborski](https://github.com/lkuczborski) [#306](https://github.com/stencilproject/Stencil/pull/306) -### Internal Changes - -_None_ - -# Stencil Changelog ## 0.14.0 @@ -39,10 +24,6 @@ _None_ [Ilya Puchka](https://github.com/ilyapuchka) [#203](https://github.com/stencilproject/Stencil/pull/203) -### Deprecations - -_None_ - ### Bug Fixes - Fixed using parenthesis in boolean expressions, they now can be used without spaces around them. diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 876fbf9..e54b45a 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.14.0", + "version": "0.14.1", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://stencil.fuller.li", "license": { @@ -13,7 +13,7 @@ "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/stencilproject/Stencil.git", - "tag": "0.14.0" + "tag": "0.14.1" }, "source_files": [ "Sources/*.swift" diff --git a/docs/conf.py b/docs/conf.py index 16532c9..bd52167 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ author = 'Kyle Fuller' # built documents. # # The short X.Y version. -version = '0.14.0' +version = '0.14.1' # The full version, including alpha/beta/rc tags. -release = '0.14.0' +release = '0.14.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/installation.rst b/docs/installation.rst index 8903729..fba93bc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -26,7 +26,7 @@ If you're using CocoaPods, you can add Stencil to your ``Podfile`` and then run .. code-block:: ruby - pod 'Stencil', '~> 0.14.0' + pod 'Stencil', '~> 0.14.1' Carthage -------- @@ -37,7 +37,7 @@ Carthage .. code-block:: text - github "stencilproject/Stencil" ~> 0.14.0 + github "stencilproject/Stencil" ~> 0.14.1 2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil: