Release 0.12.1
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,20 +1,8 @@
|
||||
# Stencil Changelog
|
||||
|
||||
## Master
|
||||
## 0.12.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
_None_
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
_None_
|
||||
|
||||
### New Features
|
||||
|
||||
_None_
|
||||
|
||||
### Internal Changes
|
||||
### Internal Changes
|
||||
|
||||
- Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM.
|
||||
[David Jennes](https://github.com/djbe)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"social_media_url": "https://twitter.com/kylefuller",
|
||||
"source": {
|
||||
"git": "https://github.com/stencilproject/Stencil.git",
|
||||
"tag": "0.12.0"
|
||||
"tag": "0.12.1"
|
||||
},
|
||||
"source_files": [
|
||||
"Sources/*.swift"
|
||||
|
||||
@@ -58,9 +58,9 @@ author = 'Kyle Fuller'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.12.0'
|
||||
version = '0.12.1'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user