Skip to content

Commit

Permalink
Preparing for the 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Apr 22, 2020
1 parent ab17acc commit ec748b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.2.0

- Fix duplicate names in entitlements
- Readme & documentation updates
- Fix only parse plist/entitlements when generator is enabled (by @roelspruit)
- Change type for C strings to make usage of format strings containing c style placeholders easier (by @schroepf)
- Use info plist location & entitlements location as exposed in env variables

## 5.1.0

- WatchOS support (by @lammertw)
Expand Down
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "5.1.0"
spec.version = "5.2.0"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand Down
2 changes: 1 addition & 1 deletion Sources/rswift/Rswift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
import Foundation

struct Rswift {
static let version = "5.1.0"
static let version = "5.2.0"
static let lastRunFile = "rswift-lastrun"
}

0 comments on commit ec748b5

Please sign in to comment.