chore: Release 0.7.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stencil Changelog
|
||||
|
||||
## Master
|
||||
## 0.7.0
|
||||
|
||||
### Breaking
|
||||
|
||||
|
||||
@@ -42,7 +42,9 @@ do {
|
||||
|
||||
## Installation
|
||||
|
||||
Installation with CocoaPods is recommended.
|
||||
Installation with Swift Package Manager is recommended.
|
||||
|
||||
### CocoaPods
|
||||
|
||||
```ruby
|
||||
pod 'Stencil'
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user