Skip to content

Commit

Permalink
Merge pull request #98 from SwiftGen/release/2.6.0
Browse files Browse the repository at this point in the history
Bump version to 2.6.0
  • Loading branch information
djbe authored Aug 30, 2018
2 parents baa8c16 + d10dc37 commit 17e6ae9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

## Master
## 2.6.0

### Bug fixes

Expand All @@ -12,9 +12,6 @@
* Fixed compilation issue with Xcode 10 & Swift 4.2 by adding hints to help the compiler.
[Olivier Halligon](https://github.com/AliSoftware)
[#93](https://github.com/SwiftGen/StencilSwiftKit/pull/93)

### Breaking Changes

* Migrated to PathKit for url filters. The dirname will return '.' for a filename without base directory.
[Rahul Katariya](https://github.com/RahulKatariya)
[Philip Jander](https://github.com/janderit)
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.9.1)
- Stencil (0.12.1):
- PathKit (~> 0.9.0)
- StencilSwiftKit (2.5.0):
- StencilSwiftKit (2.6.0):
- Stencil (~> 0.12.1)
- SwiftLint (0.27.0)

Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
PathKit: 7dcba9f0150afb67e0a520c49707a2cbc8e95937
Stencil: 8a08577b341a059420c444b8aa5733378a6a4384
StencilSwiftKit: 83982c319fb7efd731dfd52a8a4b595604844e11
StencilSwiftKit: e509ccb9680e00eb877d3d944c8c408ef233bf2f
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 0bd9ec310bace9d5b62e785ea1fb74547c15074d
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.5.0'
s.version = '2.6.0'
s.summary = 'Stencil additions dedicated for Swift code generation'

s.description = <<-DESC
Expand Down

0 comments on commit 17e6ae9

Please sign in to comment.