diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d376716..f7326fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,37 +2,32 @@ --- -## Develop +## 6.6.2 -### Breaking Changes +### Changes in core dependencies of SwiftGen -_None_ - -### New Features - -_None_ +* [StencilSwiftKit 2.10.1](https://github.com/SwiftGen/StencilSwiftKit/blob/2.10.1/CHANGELOG.md) ### Bug Fixes -_None_ - -### Internal Changes - * Strings: correctly handle translations containing `\t` (tabs) and other escape sequences. [David Jennes](https://github.com/djbe) [#985](https://github.com/SwiftGen/SwiftGen/issues/985) [#986](https://github.com/SwiftGen/SwiftGen/issues/986) [#988](https://github.com/SwiftGen/SwiftGen/pull/988) [#998](https://github.com/SwiftGen/SwiftGen/pull/998) -* Strings: greatly improve the performance of the new comments parser. - [David Jennes](https://github.com/djbe) - [#987](https://github.com/SwiftGen/SwiftGen/issues/987) - [#989](https://github.com/SwiftGen/SwiftGen/pull/989) * Strings: fix the Objective-C template. [David Jennes](https://github.com/djbe) [#990](https://github.com/SwiftGen/SwiftGen/issues/990) [#991](https://github.com/SwiftGen/SwiftGen/pull/991) +### Internal Changes + +* Strings: greatly improve the performance of the new comments parser. + [David Jennes](https://github.com/djbe) + [#987](https://github.com/SwiftGen/SwiftGen/issues/987) + [#989](https://github.com/SwiftGen/SwiftGen/pull/989) + ## 6.6.1 ### Changes in core dependencies of SwiftGen diff --git a/Sources/SwiftGen/Version.swift b/Sources/SwiftGen/Version.swift index 7f7d61fb..fa523440 100644 --- a/Sources/SwiftGen/Version.swift +++ b/Sources/SwiftGen/Version.swift @@ -5,8 +5,8 @@ // enum Version { - static let swiftgen = "6.6.1" - static let swiftGenKit = "6.6.1" + static let swiftgen = "6.6.2" + static let swiftGenKit = "6.6.2" static let stencil = "0.15.1" - static let stencilSwiftKit = "2.10.0" + static let stencilSwiftKit = "2.10.1" } diff --git a/SwiftGen.podspec b/SwiftGen.podspec index 51bc522b..e7663d12 100644 --- a/SwiftGen.podspec +++ b/SwiftGen.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SwiftGen' - s.version = '6.6.1' + s.version = '6.6.2' s.summary = 'A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …' s.description = <<-DESC diff --git a/SwiftGenKit.podspec b/SwiftGenKit.podspec index a63fd922..ea22c42d 100644 --- a/SwiftGenKit.podspec +++ b/SwiftGenKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SwiftGenKit' - s.version = '6.6.1' + s.version = '6.6.2' s.summary = 'The SwiftGen framework responsible for parsing assets and turn them ' \ 'in a dictionary representation suitable for Stencil templates'