Skip to content

Commit

Permalink
Merge pull request #307 from stencilproject/release/0.14.1
Browse files Browse the repository at this point in the history
Release 0.14.1
  • Loading branch information
djbe authored Apr 11, 2021
2 parents 88fd776 + e134aaf commit 973e190
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 27 deletions.
23 changes: 2 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
## Master

### Breaking

_None_

### Enhancements

_None_

### Deprecations
# Stencil Changelog

_None_
## 0.14.1

### Bug Fixes

- Fix for crashing range indexes when variable length is 1.
[Łukasz Kuczborski](https://github.com/lkuczborski)
[#306](https://github.com/stencilproject/Stencil/pull/306)

### Internal Changes

_None_

# Stencil Changelog

## 0.14.0

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Stencil.podspec.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand All @@ -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:

Expand Down

0 comments on commit 973e190

Please sign in to comment.