Skip to content

Commit dbf02bd

Browse files
authored
Merge pull request #115 from SwiftGen/release/2.7.2
Release 2.7.2
2 parents 3cdad90 + befb657 commit dbf02bd

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-
### Breaking Changes
8-
9-
_None_
10-
11-
### New Features
12-
13-
_None_
5+
## 2.7.2
146

157
### Bug Fixes
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.1):
44
- PathKit (~> 0.9.0)
5-
- StencilSwiftKit (2.7.1):
5+
- StencilSwiftKit (2.7.2):
66
- Stencil (~> 0.13.1)
77
- SwiftLint (0.30.1)
88

@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
2323
SPEC CHECKSUMS:
2424
PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06
2525
Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b
26-
StencilSwiftKit: e16b4580ae8cec0af6deea1924200ae733042162
26+
StencilSwiftKit: 9ebd42556b6c7396440f286b6c9aca1549c963ff
2727
SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7
2828

2929
PODFILE CHECKSUM: 3b7a88190f628a5b558919e2cdb79ba9e9a27c2f

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/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.7.1'
3+
s.version = '2.7.2'
44
s.summary = 'Stencil additions dedicated for Swift code generation'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)