Skip to content

Commit

Permalink
Merge pull request #154 from ReSwift/release/2.1.0
Browse files Browse the repository at this point in the history
Release: 2.1.0
  • Loading branch information
Ben-G committed Sep 16, 2016
2 parents 0d03c03 + 06f3cc5 commit 4784e3a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,16 @@
#Upcoming Release

#2.1.0

*Released: 09/15/2016*

**Other**:

- Swift 3 preview compatibility, maintaining Swift 2 naming - (#126) @agentk
- Migrate Quick/Nimble testing to XCTest - (#127) @agentk
- Swift 3 preview compatibility, maintaining Swift 2 naming - (#126) - @agentk
- Xcode 8 GM Swift 3 Updates (#149) - @tkersey
- Migrate Quick/Nimble testing to XCTest - (#127) - @agentk
- Automatically build docs via Travis CI (#128) - @agentk
- Documentation Updates & Fixes - @mikekavouras, @ColinEberhardt

#2.0.0

Expand Down
2 changes: 1 addition & 1 deletion ReSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwift"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "Unidirectional Data Flow in Swift"
s.description = <<-DESC
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.
Expand Down
2 changes: 1 addition & 1 deletion ReSwift/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions ReSwiftTests/XCTest+Assertions.swift
Expand Up @@ -43,7 +43,7 @@ public extension XCTestCase {
}
}

// MARK:- Private Methods
// MARK: Private Methods

// swiftlint:disable function_parameter_count
private func expectAssertionNoReturnFunction(
Expand Down Expand Up @@ -106,7 +106,7 @@ public extension XCTestCase {
}
}

// MARK:- Private Methods
// MARK: Private Methods

// swiftlint:disable function_parameter_count
private func expectAssertionNoReturnFunction(
Expand Down

0 comments on commit 4784e3a

Please sign in to comment.