SwiftGen / StencilSwiftKit

A framework bringing additional nodes & filters to Stencil dedicated to Swift code generation
MIT License
296 stars 58 forks source link

new release #134

Closed hectr closed 3 years ago

hectr commented 3 years ago

Hello 👋

Currently StencilSwiftKit stable branch depends on Stencil 0.14.0, which depends on PathKit 1.0.0. But last tagged version (StencilSwiftKit 2.7.2) depends on Stencil 0.13.1, which depends on PathKit 0.9.0. The change of major version in PathKit makes it impossible to use a fixed StencilSwiftKit version, if you also depend on other packages that depend on PathKit 1.0.0.

Would it be possible to have a new release of StencilSwiftKit so it is possible to depend on it and on PathKit 1.0.0 at the same time without having to use StencilSwiftKit stable branch?