diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9071d..ac9e961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [5.2.0] + ### Added - Add support for Swift Packages and Xcode 16 synchronized folders diff --git a/Gemfile.lock b/Gemfile.lock index 259dd3f..b32dd77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ccios (5.1.0) + ccios (5.2.0) activesupport (> 4) mustache (~> 1.0) xcodeproj (~> 1.27) @@ -13,7 +13,7 @@ GEM base64 nkf rexml - activesupport (8.0.1) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -27,22 +27,22 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) atomos (0.1.3) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) claide (1.1.0) colored2 (3.1.2) concurrent-ruby (1.3.5) - connection_pool (2.5.0) - drb (2.2.1) + connection_pool (2.5.3) + drb (2.2.3) i18n (1.14.7) concurrent-ruby (~> 1.0) - logger (1.6.6) - minitest (5.25.4) + logger (1.7.0) + minitest (5.25.5) mustache (1.1.1) nanaimo (0.4.0) nkf (0.2.0) - rake (13.2.1) + rake (13.3.0) rexml (3.4.1) securerandom (0.4.1) tzinfo (2.0.6) diff --git a/ccios.gemspec b/ccios.gemspec index e9c4a7d..1885c6b 100644 --- a/ccios.gemspec +++ b/ccios.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'ccios' - s.version = '5.1.0' + s.version = '5.2.0' s.executables << 'ccios' s.date = '2016-08-03' s.summary = "Clean Code iOS Generator"