Skip to content

Commit fa0e67f

Browse files
authored
Merge pull request #67 from SwiftGen/release/2.2.0
Release 2.2.0
2 parents de5ddaf + a003f40 commit fa0e67f

File tree

7 files changed

+119
-140
lines changed

7 files changed

+119
-140
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.2.0
146

157
### New Features
168

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- PathKit (0.8.0)
33
- Stencil (0.9.0):
44
- PathKit (~> 0.8.0)
5-
- StencilSwiftKit (2.1.0):
5+
- StencilSwiftKit (2.2.0):
66
- Stencil (~> 0.9.0)
77

88
DEPENDENCIES:
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
SPEC CHECKSUMS:
1616
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
1717
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
18-
StencilSwiftKit: 682c70ed061e6a91774da284a4370799692e518a
18+
StencilSwiftKit: 5aa6771545f3dcf13de4902c1538c5f6db6d6310
1919

20-
PODFILE CHECKSUM: 81c0228e2e71a9683d0eed53bd9f6bd1165815b7
20+
PODFILE CHECKSUM: a08ecc2ab2ae91e8f0cddb740ac4e30be2cffc7d
2121

2222
COCOAPODS: 1.3.1

Pods/Local Podspecs/StencilSwiftKit.podspec.json

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

Pods/Manifest.lock

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

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 107 additions & 105 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.1.0'
3+
s.version = '2.2.0'
44
s.summary = 'Stencil additions dedicated for Swift code generation'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)