Skip to content

Commit

Permalink
Merge pull request #62 from SwiftGen/release/2.1.0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
AliSoftware authored Aug 20, 2017
2 parents 49af697 + 917324f commit fe1e940
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 25 deletions.
18 changes: 1 addition & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

---

## Master

### Bug Fixes

_None_

### Breaking Changes

_None_
## 2.1.0

### New Features

Expand Down Expand Up @@ -75,10 +67,6 @@ Due to the removal of legacy code, there are a few breaking changes in this new
[#47](https://github.com/SwiftGen/StencilSwiftKit/issues/47)
[#48](https://github.com/SwiftGen/StencilSwiftKit/issues/48)

### Internal Changes

_None_

## 1.0.2

### Bug Fixes
Expand Down Expand Up @@ -131,10 +119,6 @@ _None_

## 1.0.0

### Bug Fixes

_None_

### New Features

* Added support for Swift Package Manager.
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.0.1):
- StencilSwiftKit (2.1.0):
- Stencil (~> 0.9.0)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
StencilSwiftKit: b7f4de5ecd88c484713883d83968da8b6cc3ff97
StencilSwiftKit: 76100a047f59c3358a3abe0cd5cc99db19a3dcc7

PODFILE CHECKSUM: 81c0228e2e71a9683d0eed53bd9f6bd1165815b7

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,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "StencilSwiftKit"
s.version = "2.0.1"
s.version = "2.1.0"
s.summary = "Stencil additions dedicated for Swift code generation"

s.description = <<-DESC
Expand Down

0 comments on commit fe1e940

Please sign in to comment.