From 4d7d519ee06a861322b3613b6fef1f4e6e0b0386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Mon, 28 Sep 2020 20:30:24 +0200 Subject: [PATCH] Bump version num & finalize new Changelog section --- BartyCrouch.podspec | 2 +- CHANGELOG.md | 8 ++++++-- README.md | 4 ++-- Sources/BartyCrouch/main.swift | 2 +- Sources/SupportingFiles/Info.plist | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/BartyCrouch.podspec b/BartyCrouch.podspec index cba1cd9..a12555a 100644 --- a/BartyCrouch.podspec +++ b/BartyCrouch.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BartyCrouch" - s.version = "4.2.0" + s.version = "4.3.0" s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f6324..533c088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ### Added - None. ### Changed -- Updated swift-syntax to match Swift 5.3. - Issues: [#199](https://github.com/Flinesoft/BartyCrouch/issues/199), [#201](https://github.com/Flinesoft/BartyCrouch/issues/201) | PR: [#204](https://github.com/Flinesoft/BartyCrouch/pull/204) | Author: [w8wjb](https://github.com/w8wjb) +- None. ### Deprecated - None. ### Removed @@ -32,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ### Security - None. +## [4.3.0] - 2020-09-28 +### Changed +- Updated swift-syntax to match Swift 5.3. + Issues: [#199](https://github.com/Flinesoft/BartyCrouch/issues/199), [#201](https://github.com/Flinesoft/BartyCrouch/issues/201) | PR: [#204](https://github.com/Flinesoft/BartyCrouch/pull/204) | Author: [w8wjb](https://github.com/w8wjb) + ## [4.2.0] - 2020-04-24 ### Added - Added new `-p` / `--path` option to run BartyCrouch from a different path than current. diff --git a/README.md b/README.md index b474d72..8d99c0f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ - Version: 4.2.0 + Version: 4.3.0 Swift: 5.3 diff --git a/Sources/BartyCrouch/main.swift b/Sources/BartyCrouch/main.swift index 74d08b0..534ef97 100644 --- a/Sources/BartyCrouch/main.swift +++ b/Sources/BartyCrouch/main.swift @@ -5,7 +5,7 @@ import SwiftCLI // MARK: - CLI let cli = CLI( name: "bartycrouch", - version: "4.2.0", + version: "4.3.0", description: "Incrementally update & translate your Strings files from code or interface files." ) diff --git a/Sources/SupportingFiles/Info.plist b/Sources/SupportingFiles/Info.plist index 4b6c275..d3ef75f 100644 --- a/Sources/SupportingFiles/Info.plist +++ b/Sources/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.2.0 + 4.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright