Skip to content

Commit e8caf61

Browse files
committed
Bump version num & finalize new change log section
1 parent f124792 commit e8caf61

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
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.11.0"
4+
s.version = "4.12.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
3131
### Security
3232
- None.
3333

34+
## [4.12.0] - 2022-09-25
35+
### Changed
36+
- Update SwiftSyntax dependency to Swift 5.7 to support Xcode 14.
37+
Issues: [#201](https://github.com/FlineDev/BartyCrouch/issues/201), [#262](https://github.com/FlineDev/BartyCrouch/pull/262) | Author: [Texot](https://github.com/tete1030)
38+
3439
## [4.11.0] - 2022-05-27
3540
### Added
3641
- Adds new `separateWithEmptyLine` options to allow removing the empty line between Strings entries.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
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.11.0-blue.svg"
18-
alt="Version: 4.11.0">
17+
<img src="https://img.shields.io/badge/Version-4.12.0-blue.svg"
18+
alt="Version: 4.12.0">
1919
</a>
20-
<img src="https://img.shields.io/badge/Swift-5.6-FFAC45.svg"
21-
alt="Swift: 5.6">
20+
<img src="https://img.shields.io/badge/Swift-5.7-FFAC45.svg"
21+
alt="Swift: 5.7">
2222
<a href="https://github.com/FlineDev/BartyCrouch/blob/main/LICENSE.md">
2323
<img src="https://img.shields.io/badge/License-MIT-lightgrey.svg"
2424
alt="License: MIT">

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.11.0",
8+
version: "4.12.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.11.0</string>
18+
<string>4.12.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)