Skip to content

Commit

Permalink
Preparing for the 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Dec 12, 2016
1 parent 84fe618 commit f689095
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.2.0

New features:
- Added option to explicitly import modules (fixes #277)
- Support for an ignore file to skip resources (thanks @shiraji / fixes #276)
- Add edge flag to enable new stable feature that are breaking changes
- New nicer casing of identifiers (is behind the edge flag)

Bugfix:
- Load hosting bundle by class instead of identifier (fixes #293)

## 3.1.0

New features:
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 = "3.1.0"
spec.version = "3.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 R.swift/version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import Foundation

let version = "3.1.0"
let version = "3.2.0"

0 comments on commit f689095

Please sign in to comment.