diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a35873a..d7a3b177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,7 @@ --- -## Master - -### Bug Fixes - -_None_ - -### Breaking Changes - -_None_ +## 2.7.0 ### New Features diff --git a/Podfile.lock b/Podfile.lock index 72aa015c..bb2ceb0e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,7 +2,7 @@ PODS: - PathKit (0.9.2) - Stencil (0.13.0): - PathKit (~> 0.9.0) - - StencilSwiftKit (2.6.0): + - StencilSwiftKit (2.7.0): - Stencil (~> 0.13.0) - SwiftLint (0.27.0) @@ -23,7 +23,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06 Stencil: 0f46117fc081cc506d5c4b5b90cfdfe207945aa9 - StencilSwiftKit: f68ec52f2447fe0756e92c92fd9ca3e9a49b7fb2 + StencilSwiftKit: 0aa4a284f71038e1dffe383e1a91f899e1350818 SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 PODFILE CHECKSUM: bfb045d6ef409d0ed3751cc1023e316c5e7803ad diff --git a/Pods/Local Podspecs/StencilSwiftKit.podspec.json b/Pods/Local Podspecs/StencilSwiftKit.podspec.json index 26ea0135..bfbbfba2 100644 --- a/Pods/Local Podspecs/StencilSwiftKit.podspec.json +++ b/Pods/Local Podspecs/StencilSwiftKit.podspec.json @@ -1,6 +1,6 @@ { "name": "StencilSwiftKit", - "version": "2.6.0", + "version": "2.7.0", "summary": "Stencil additions dedicated for Swift code generation", "description": "This pod contains some additional nodes and filters for\n[Stencil](https://github.com/stencilproject/Stencil).\nThese additional nodes & filters are mainly dedicated\nfor writing Stencil templates generating *Swift* code.", "homepage": "https://github.com/SwiftGen/StencilSwiftKit", @@ -16,7 +16,7 @@ "cocoapods_version": ">= 1.4.0", "source": { "git": "https://github.com/SwiftGen/StencilSwiftKit.git", - "tag": "2.6.0" + "tag": "2.7.0" }, "source_files": "Sources/**/*.swift", "dependencies": { diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 72aa015c..bb2ceb0e 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -2,7 +2,7 @@ PODS: - PathKit (0.9.2) - Stencil (0.13.0): - PathKit (~> 0.9.0) - - StencilSwiftKit (2.6.0): + - StencilSwiftKit (2.7.0): - Stencil (~> 0.13.0) - SwiftLint (0.27.0) @@ -23,7 +23,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06 Stencil: 0f46117fc081cc506d5c4b5b90cfdfe207945aa9 - StencilSwiftKit: f68ec52f2447fe0756e92c92fd9ca3e9a49b7fb2 + StencilSwiftKit: 0aa4a284f71038e1dffe383e1a91f899e1350818 SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 PODFILE CHECKSUM: bfb045d6ef409d0ed3751cc1023e316c5e7803ad diff --git a/Pods/Target Support Files/StencilSwiftKit/Info.plist b/Pods/Target Support Files/StencilSwiftKit/Info.plist index d4fb73c7..e5113839 100644 --- a/Pods/Target Support Files/StencilSwiftKit/Info.plist +++ b/Pods/Target Support Files/StencilSwiftKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.6.0 + 2.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/StencilSwiftKit.podspec b/StencilSwiftKit.podspec index 5aabe166..b99da726 100644 --- a/StencilSwiftKit.podspec +++ b/StencilSwiftKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StencilSwiftKit' - s.version = '2.6.0' + s.version = '2.7.0' s.summary = 'Stencil additions dedicated for Swift code generation' s.description = <<-DESC