From cf7acea440124f6d348032123d8b163c51cfece0 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 17 Nov 2017 18:42:34 +0000 Subject: [PATCH] chore: Release 0.10.1 --- CHANGELOG.md | 6 ++++++ Stencil.podspec.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a30636..d38422c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stencil Changelog +## 0.10.1 + +### Enhancements + +- Add support for Xcode 9.1. + ## 0.10.0 ### Enhancements diff --git a/Stencil.podspec.json b/Stencil.podspec.json index ffd02dc..4215d5a 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.10.0", + "version": "0.10.1", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://stencil.fuller.li", "license": { @@ -13,7 +13,7 @@ "social_media_url": "https://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.10.0" + "tag": "0.10.1" }, "source_files": [ "Sources/*.swift"