Release 0.12.1
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user