From 444448fb10ae4d5c2bb7e43155d379aa357baf46 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Sat, 30 Jul 2022 01:43:39 +0200 Subject: [PATCH] Bump version to 2.10.0 --- CHANGELOG.md | 6 +----- StencilSwiftKit.podspec | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cc456..37323af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ --- -## Stable Branch +## 2.10.0 ### Breaking Changes @@ -25,10 +25,6 @@ [David Jennes](https://github.com/djbe) [#160](https://github.com/SwiftGen/StencilSwiftKit/pull/160) -### Bug Fixes - -_None_ - ### Internal Changes * Add `Danger` to check pull requests. diff --git a/StencilSwiftKit.podspec b/StencilSwiftKit.podspec index 296e492..15c3b6d 100644 --- a/StencilSwiftKit.podspec +++ b/StencilSwiftKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StencilSwiftKit' - s.version = '2.9.0' + s.version = '2.10.0' s.summary = 'Stencil additions dedicated for Swift code generation' s.description = <<-DESC