Skip to content

Commit

Permalink
Preparing for the 5.0.0.alpha.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jun 23, 2018
1 parent 5a73d0b commit 80077ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 5.0.0.alpha.1

- Removed CLR file support, use color resources instead
- Easier nib loading with new method
- Ignore file supports explicit include (by @renrawnalon)
- Validation for named colors
- Empty structs are not generated anymore (by @soberman)
- Compatible with Xcode 10 / Swift 4.2 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility

## 4.0.0

- Improved Xcodeproj errors
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 = "4.0.0"
spec.version = "5.0.0.alpha.1"
spec.license = "MIT"

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

0 comments on commit 80077ad

Please sign in to comment.