Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 10, 2017
1 parent 3fb9aaf commit c8abf5e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 19 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,21 @@

---

## Master
## 2.3.0

### Bug Fixes

* Workaround for `parseString` to support `NSString`.
* Workaround for `parseString` to support `NSString`.
[Antondomashnev](https://github.com/antondomashnev)
[#68](https://github.com/SwiftGen/StencilSwiftKit/pull/68)

### Breaking Changes

_None_

### New Features

* Added `Parameters.flatten(dictionary:)` method to do the opposite of
`Parameters.parse(items:)` and turn a dictionary into the list of parameters to pass from the command line.
[Olivier Halligon](https://github.com/AliSoftware)
[#70](https://github.com/SwiftGen/StencilSwiftKit/pull/70)

### Internal Changes

_None_


## 2.2.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- PathKit (0.8.0)
- Stencil (0.9.0):
- PathKit (~> 0.8.0)
- StencilSwiftKit (2.2.0):
- StencilSwiftKit (2.3.0):
- Stencil (~> 0.9.0)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
StencilSwiftKit: 5aa6771545f3dcf13de4902c1538c5f6db6d6310
StencilSwiftKit: d999d11b18adaba32dcb9273669698a5f3d595d1

PODFILE CHECKSUM: a08ecc2ab2ae91e8f0cddb740ac4e30be2cffc7d

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/StencilSwiftKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/StencilSwiftKit/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion StencilSwiftKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StencilSwiftKit'
s.version = '2.2.0'
s.version = '2.3.0'
s.summary = 'Stencil additions dedicated for Swift code generation'

s.description = <<-DESC
Expand Down

0 comments on commit c8abf5e

Please sign in to comment.