Skip to content

Commit 1eaf697

Browse files
authored
Release 1.0.2 (#34)
* Update CHANGELOG for 1.0.2 * Update podspec version
1 parent 53cd0c2 commit 1eaf697

File tree

7 files changed

+25
-30
lines changed

7 files changed

+25
-30
lines changed

CHANGELOG.md

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

33
---
44

5-
## Master
5+
## 1.0.2
66

77
### Bug Fixes
88

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

13-
### Breaking Changes
14-
15-
_None_
16-
1713
### New Features
1814

1915
* Added camelToSnakeCase filter.

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ PODS:
22
- PathKit (0.8.0)
33
- Stencil (0.9.0):
44
- PathKit (~> 0.8.0)
5-
- StencilSwiftKit (1.0.1):
5+
- StencilSwiftKit (1.0.2):
66
- Stencil (~> 0.9.0)
77

88
DEPENDENCIES:
99
- StencilSwiftKit (from `.`)
1010

1111
EXTERNAL SOURCES:
1212
StencilSwiftKit:
13-
:path: "."
13+
:path: .
1414

1515
SPEC CHECKSUMS:
1616
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
1717
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
18-
StencilSwiftKit: 467c5ca155b2b29d7704c855206fe05a729ac646
18+
StencilSwiftKit: 6d5b0c7fbb185edb24617fdd63ab0d9938569c8a
1919

2020
PODFILE CHECKSUM: 81c0228e2e71a9683d0eed53bd9f6bd1165815b7
2121

Pods/Local Podspecs/StencilSwiftKit.podspec.json

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

Pods/Manifest.lock

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/Pods.xcodeproj/project.pbxproj

Lines changed: 14 additions & 15 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "StencilSwiftKit"
4-
s.version = "1.0.1"
4+
s.version = "1.0.2"
55
s.summary = "Stencil additions dedicated for Swift code generation"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)