Skip to content

Commit a50ab97

Browse files
authored
Merge pull request #107 from SwiftGen/release/2.7.1
Release 2.7.1
2 parents f823d0f + ff05dc1 commit a50ab97

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,14 @@
22

33
---
44

5-
## Master
6-
7-
### Breaking Changes
8-
9-
_None_
10-
11-
### New Features
12-
13-
_None_
5+
## 2.7.1
146

157
### Bug Fixes
168

179
* `swiftIdentifier`: fix crash on empty string.
1810
[David Jennes](https://github.com/djbe)
1911
[#105](https://github.com/SwiftGen/StencilSwiftKit/pull/105)
2012

21-
### Internal Changes
22-
23-
_None_
24-
2513
## 2.7.0
2614

2715
### New Features

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- PathKit (0.9.2)
3-
- Stencil (0.13.0):
3+
- Stencil (0.13.1):
44
- PathKit (~> 0.9.0)
5-
- StencilSwiftKit (2.7.0):
6-
- Stencil (~> 0.13.0)
5+
- StencilSwiftKit (2.7.1):
6+
- Stencil (~> 0.13.1)
77
- SwiftLint (0.27.0)
88

99
DEPENDENCIES:
@@ -22,8 +22,8 @@ EXTERNAL SOURCES:
2222

2323
SPEC CHECKSUMS:
2424
PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06
25-
Stencil: 0f46117fc081cc506d5c4b5b90cfdfe207945aa9
26-
StencilSwiftKit: 0aa4a284f71038e1dffe383e1a91f899e1350818
25+
Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b
26+
StencilSwiftKit: b6a40947ffbe44b370461951874fa09fca030ca2
2727
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
2828

2929
PODFILE CHECKSUM: bfb045d6ef409d0ed3751cc1023e316c5e7803ad

Pods/Local Podspecs/StencilSwiftKit.podspec.json

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/Manifest.lock

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

Pods/Stencil/Sources/Lexer.swift

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

Pods/Target Support Files/Stencil/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.

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: 2 additions & 2 deletions
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.0'
3+
s.version = '2.7.1'
44
s.summary = 'Stencil additions dedicated for Swift code generation'
55

66
s.description = <<-DESC
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.source = { git: 'https://github.com/SwiftGen/StencilSwiftKit.git', tag: s.version.to_s }
2323
s.source_files = 'Sources/**/*.swift'
2424

25-
s.dependency 'Stencil', '~> 0.13.0'
25+
s.dependency 'Stencil', '~> 0.13.1'
2626
s.framework = 'Foundation'
2727
end

0 commit comments

Comments
 (0)