Release 0.11.0

This commit is contained in:
Kyle Fuller
2018-04-04 18:30:05 -07:00
parent fe01beb4bb
commit c2e25f25ac
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Stencil Changelog # Stencil Changelog
## Master ## 0.11.0 (2018-04-04)
### Enhancements ### Enhancements

View File

@@ -1,6 +1,6 @@
{ {
"name": "Stencil", "name": "Stencil",
"version": "0.10.1", "version": "0.11.0",
"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/kylef/Stencil.git", "git": "https://github.com/kylef/Stencil.git",
"tag": "0.10.1" "tag": "0.11.0"
}, },
"source_files": [ "source_files": [
"Sources/*.swift" "Sources/*.swift"
@@ -25,6 +25,8 @@
}, },
"requires_arc": true, "requires_arc": true,
"dependencies": { "dependencies": {
"PathKit": [ "~> 0.8.0" ] "PathKit": [
"~> 0.8.0"
]
} }
} }