Update to Stencil 0.7#219
Conversation
|
This should be good to go now, looks like Travis CI has a large backlog. |
AliSoftware
left a comment
There was a problem hiding this comment.
Seems like this needs a rebase though?
Also don't forget to add an entry in the CHANGELOG 😉
|
@kylef I'll also do a pod install like you suggested, to minimise the diff (after your rebase). |
|
I've updated this PR with the following:
|
CHANGELOG.md
Outdated
| * Strings dot-syntax template: use `enum`s for namespacing instead of `struct`s. | ||
| [David Jennes](https://github.com/djbe) | ||
| [#218](https://github.com/AliSoftware/SwiftGen/pull/218) | ||
| * Updated Stencil to [0.7](https://github.com/kylef/Stencil/releases/tag/0.7.0). |
There was a problem hiding this comment.
Seems you actually updated to 0.7.2 😉
There was a problem hiding this comment.
Yes, although 0.7 includes 0.7.0, 0.7.1, 0.7.2 😉.
I think it's better to link to 0.7 changelog because 0.7.1 and 0.7.2 do not include changes that will affect any user of SwiftGen. These two releases only include bug fixes for problems in 0.7.
|
Nice @kylef. Commenting so I get an email when it's merged. |
Closes #217
I noticed you're using a beta version of CocoaPods that I'm not, please feel free to pull down my PR and run
pod installon a different version if you'd rather that didn't change.