Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.10.1 #163

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,11 @@

---

## Stable Branch

### Breaking Changes

_None_

### New Features

_None_

### Bug Fixes

_None_
## 2.10.1

### Internal Changes

* Pin Komondor to 1.1.3, to avoid issues with SPM for other packages depending on this package.
* Pin `Komondor` to 1.1.3, to avoid issues with SPM for other packages depending on this package.
[redryerye](https://github.com/redryerye)
[#162](https://github.com/SwiftGen/StencilSwiftKit/pull/162)

Expand Down
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.10.0'
s.version = '2.10.1'
s.summary = 'Stencil additions dedicated for Swift code generation'

s.description = <<-DESC
Expand Down