Version 0.14.2
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -1,20 +1,4 @@
|
|||||||
## Master
|
## 0.14.2
|
||||||
|
|
||||||
### Breaking
|
|
||||||
|
|
||||||
_None_
|
|
||||||
|
|
||||||
### Enhancements
|
|
||||||
|
|
||||||
_None_
|
|
||||||
|
|
||||||
### Deprecations
|
|
||||||
|
|
||||||
_None_
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
_None_
|
|
||||||
|
|
||||||
### Internal Changes
|
### Internal Changes
|
||||||
|
|
||||||
@@ -22,8 +6,6 @@ _None_
|
|||||||
[Astromonkee](https://github.com/astromonkee)
|
[Astromonkee](https://github.com/astromonkee)
|
||||||
[#314](https://github.com/stencilproject/Stencil/pull/314)
|
[#314](https://github.com/stencilproject/Stencil/pull/314)
|
||||||
|
|
||||||
# Stencil Changelog
|
|
||||||
|
|
||||||
## 0.14.1
|
## 0.14.1
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Stencil",
|
"name": "Stencil",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"summary": "Stencil is a simple and powerful template language for Swift.",
|
"summary": "Stencil is a simple and powerful template language for Swift.",
|
||||||
"homepage": "https://stencil.fuller.li",
|
"homepage": "https://stencil.fuller.li",
|
||||||
"license": {
|
"license": {
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"social_media_url": "https://twitter.com/kylefuller",
|
"social_media_url": "https://twitter.com/kylefuller",
|
||||||
"source": {
|
"source": {
|
||||||
"git": "https://github.com/stencilproject/Stencil.git",
|
"git": "https://github.com/stencilproject/Stencil.git",
|
||||||
"tag": "0.14.1"
|
"tag": "0.14.2"
|
||||||
},
|
},
|
||||||
"source_files": [
|
"source_files": [
|
||||||
"Sources/*.swift"
|
"Sources/*.swift"
|
||||||
|
|||||||
@@ -58,9 +58,9 @@ author = 'Kyle Fuller'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.14.1'
|
version = '0.14.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.14.1'
|
release = '0.14.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ If you're using CocoaPods, you can add Stencil to your ``Podfile`` and then run
|
|||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
pod 'Stencil', '~> 0.14.1'
|
pod 'Stencil', '~> 0.14.2'
|
||||||
|
|
||||||
Carthage
|
Carthage
|
||||||
--------
|
--------
|
||||||
@@ -37,7 +37,7 @@ Carthage
|
|||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
github "stencilproject/Stencil" ~> 0.14.1
|
github "stencilproject/Stencil" ~> 0.14.2
|
||||||
|
|
||||||
2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil:
|
2) Checkout your dependencies, generate the Stencil Xcode project, and then use Carthage to build Stencil:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user