Skip to content

Commit ec748b5

Browse files
committed
Preparing for the 5.2.0 release
1 parent ab17acc commit ec748b5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.2.0
2+
3+
- Fix duplicate names in entitlements
4+
- Readme & documentation updates
5+
- Fix only parse plist/entitlements when generator is enabled (by @roelspruit)
6+
- Change type for C strings to make usage of format strings containing c style placeholders easier (by @schroepf)
7+
- Use info plist location & entitlements location as exposed in env variables
8+
19
## 5.1.0
210

311
- WatchOS support (by @lammertw)

R.swift.podspec

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

33
spec.name = "R.swift"
4-
spec.version = "5.1.0"
4+
spec.version = "5.2.0"
55
spec.license = "MIT"
66

77
spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

Sources/rswift/Rswift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
import Foundation
1111

1212
struct Rswift {
13-
static let version = "5.1.0"
13+
static let version = "5.2.0"
1414
static let lastRunFile = "rswift-lastrun"
1515
}

0 commit comments

Comments
 (0)