Skip to content

Commit

Permalink
Release 1.0.2 (#34)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.0.2
* Update podspec version
  • Loading branch information
AliSoftware committed May 1, 2017
1 parent 53cd0c2 commit 1eaf697
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 30 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

---

## Master
## 1.0.2

### Bug Fixes

* The context enrich function won't overwrite existing values in the `env` and `param` variables.
[David Jennes](https://github.com/djbe)
[#29](https://github.com/SwiftGen/SwiftGenKit/issues/29)

### Breaking Changes

_None_

### New Features

* Added camelToSnakeCase filter.
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ PODS:
- PathKit (0.8.0)
- Stencil (0.9.0):
- PathKit (~> 0.8.0)
- StencilSwiftKit (1.0.1):
- StencilSwiftKit (1.0.2):
- Stencil (~> 0.9.0)

DEPENDENCIES:
- StencilSwiftKit (from `.`)

EXTERNAL SOURCES:
StencilSwiftKit:
:path: "."
:path: .

SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
StencilSwiftKit: 467c5ca155b2b29d7704c855206fe05a729ac646
StencilSwiftKit: 6d5b0c7fbb185edb24617fdd63ab0d9938569c8a

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.

6 changes: 3 additions & 3 deletions Pods/Manifest.lock

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

29 changes: 14 additions & 15 deletions Pods/Pods.xcodeproj/project.pbxproj

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 = "1.0.1"
s.version = "1.0.2"
s.summary = "Stencil additions dedicated for Swift code generation"

s.description = <<-DESC
Expand Down

0 comments on commit 1eaf697

Please sign in to comment.