Skip to content

Commit ae12b4c

Browse files
committed
Preparing for the 3.0.0 release
1 parent c4e03ac commit ae12b4c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.0.0
2+
3+
New features:
4+
5+
- Swift 3 support
6+
7+
**Breaking changes:**
8+
- Swift 2 is not supported anymore, use the 2.* versions for Swift 2
9+
- Some methods are renamed, those are annotated with an availability annotation so the compiler will help you rename
10+
111
## 2.5.0
212

313
New features:

R.swift.podspec

+1-1
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 = "2.0.0"
4+
spec.version = "3.0.0"
55
spec.license = "MIT"
66

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

R.swift/version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
import Foundation
1010

11-
let version = "3.0.0.beta.1"
11+
let version = "3.0.0"

0 commit comments

Comments
 (0)