Release 0.12.1

This commit is contained in:
David Jennes
2018-08-30 13:47:19 +02:00
parent fff3d21e37
commit 2ed5763fe4
3 changed files with 5 additions and 17 deletions

View File

@@ -1,20 +1,8 @@
# Stencil Changelog # Stencil Changelog
## Master ## 0.12.1
### Bug Fixes ### Internal Changes
_None_
### Breaking Changes
_None_
### New Features
_None_
### Internal Changes
- Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM. - Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM.
[David Jennes](https://github.com/djbe) [David Jennes](https://github.com/djbe)

View File

@@ -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.12.0" "tag": "0.12.1"
}, },
"source_files": [ "source_files": [
"Sources/*.swift" "Sources/*.swift"

View File

@@ -58,9 +58,9 @@ author = 'Kyle Fuller'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.12.0' version = '0.12.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.12.0' release = '0.12.1'
# 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.