Skip to content

Commit 7f79308

Browse files
Bump version num + finalize new changelog section
1 parent 120e217 commit 7f79308

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

BartyCrouch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BartyCrouch"
4-
s.version = "4.10.0"
4+
s.version = "4.11.0"
55
s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files."
66

77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,26 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
1919

2020
## [Unreleased]
2121
### Added
22-
- Adds new `separateWithEmptyLine` options to allow removing the empty line between Strings entries.
23-
Issues: [#251](https://github.com/FlineDev/BartyCrouch/issues/251) | PR: [#254](https://github.com/FlineDev/BartyCrouch/pull/254) | Author: [Cihat Gündüz](https://github.com/Jeehut)
22+
- None.
2423
### Changed
2524
- None.
2625
### Deprecated
2726
- None.
2827
### Removed
2928
- None.
3029
### Fixed
31-
- Fixed an issue where defaulting to Microsoft Translator no longer worked after starting to support DeepL as a translator, too.
32-
Author: [Cihat Gündüz](https://github.com/Jeehut)
30+
- None.
3331
### Security
3432
- None.
3533

34+
## [4.11.0] - 2022-05-27
35+
### Added
36+
- Adds new `separateWithEmptyLine` options to allow removing the empty line between Strings entries.
37+
Issues: [#251](https://github.com/FlineDev/BartyCrouch/issues/251) | PR: [#254](https://github.com/FlineDev/BartyCrouch/pull/254) | Author: [Cihat Gündüz](https://github.com/Jeehut)
38+
### Fixed
39+
- Fixed an issue where defaulting to Microsoft Translator no longer worked after starting to support DeepL as a translator, too.
40+
Author: [Cihat Gündüz](https://github.com/Jeehut)
41+
3642
## [4.10.2] - 2022-03-26
3743
### Changed
3844
- Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<img src="https://api.codacy.com/project/badge/Coverage/7b34ad9193c2438aa32aa29a0490451f"/>
1515
</a>
1616
<a href="https://github.com/FlineDev/BartyCrouch/releases">
17-
<img src="https://img.shields.io/badge/Version-4.10.2-blue.svg"
18-
alt="Version: 4.10.2">
17+
<img src="https://img.shields.io/badge/Version-4.11.0-blue.svg"
18+
alt="Version: 4.11.0">
1919
</a>
2020
<img src="https://img.shields.io/badge/Swift-5.6-FFAC45.svg"
2121
alt="Swift: 5.6">

Sources/BartyCrouch/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SwiftCLI
55
// MARK: - CLI
66
let cli = CLI(
77
name: "bartycrouch",
8-
version: "4.10.2",
8+
version: "4.11.0",
99
description: "Incrementally update & translate your Strings files from code or interface files."
1010
)
1111

Sources/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.10.2</string>
18+
<string>4.11.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)