From 98edad3566c57e11ae04542971e01b3d4c1fb028 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 29 Nov 2016 12:25:59 +0000 Subject: [PATCH] chore: Release 0.7.0 --- CHANGELOG.md | 2 +- README.md | 4 +++- Stencil.podspec.json | 2 +- docs/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c005a3..e418af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Stencil Changelog -## Master +## 0.7.0 ### Breaking diff --git a/README.md b/README.md index de62f84..5bbe1a2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ do { ## Installation -Installation with CocoaPods is recommended. +Installation with Swift Package Manager is recommended. + +### CocoaPods ```ruby pod 'Stencil' diff --git a/Stencil.podspec.json b/Stencil.podspec.json index 7aa16ae..cb34b7c 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.6.0", + "version": "0.7.0", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://stencil.fuller.li", "license": { diff --git a/docs/conf.py b/docs/conf.py index a189e60..20ccb77 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ author = 'Kyle Fuller' # built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.7.0' # 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 # for a list of supported languages.