Skip to content

Commit cf0f76b

Browse files
authored
Merge pull request #104 from SwiftGen/release/2.6.1
Release 2.7.0
2 parents 427a64b + 0809bcd commit cf0f76b

File tree

6 files changed

+9
-17
lines changed

6 files changed

+9
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
---
44

5-
## Master
6-
7-
### Bug Fixes
8-
9-
_None_
10-
11-
### Breaking Changes
12-
13-
_None_
5+
## 2.7.0
146

157
### New Features
168

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- PathKit (0.9.2)
33
- Stencil (0.13.0):
44
- PathKit (~> 0.9.0)
5-
- StencilSwiftKit (2.6.0):
5+
- StencilSwiftKit (2.7.0):
66
- Stencil (~> 0.13.0)
77
- SwiftLint (0.27.0)
88

@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
2323
SPEC CHECKSUMS:
2424
PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06
2525
Stencil: 0f46117fc081cc506d5c4b5b90cfdfe207945aa9
26-
StencilSwiftKit: f68ec52f2447fe0756e92c92fd9ca3e9a49b7fb2
26+
StencilSwiftKit: 0aa4a284f71038e1dffe383e1a91f899e1350818
2727
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
2828

2929
PODFILE CHECKSUM: bfb045d6ef409d0ed3751cc1023e316c5e7803ad

Pods/Local Podspecs/StencilSwiftKit.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/StencilSwiftKit/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StencilSwiftKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'StencilSwiftKit'
3-
s.version = '2.6.0'
3+
s.version = '2.7.0'
44
s.summary = 'Stencil additions dedicated for Swift code generation'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)