chore: Release 0.7.0

This commit is contained in:
Kyle Fuller
2016-11-29 12:25:59 +00:00
parent 872784f9b3
commit 98edad3566
4 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Stencil Changelog # Stencil Changelog
## Master ## 0.7.0
### Breaking ### Breaking

View File

@@ -42,7 +42,9 @@ do {
## Installation ## Installation
Installation with CocoaPods is recommended. Installation with Swift Package Manager is recommended.
### CocoaPods
```ruby ```ruby
pod 'Stencil' pod 'Stencil'

View File

@@ -1,6 +1,6 @@
{ {
"name": "Stencil", "name": "Stencil",
"version": "0.6.0", "version": "0.7.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": {

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.6.0' version = '0.7.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6.0' release = '0.7.0'
# 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.