Skip to content

Commit

Permalink
[Release] 4.0.1 (ReSwift#313)
Browse files Browse the repository at this point in the history
This brings over version & changelog information from the 4.0.1 release, which was tagged off of a separate branch to which we cherry-picked bug fixes.
  • Loading branch information
Malcolm Jarvis authored Jan 2, 2018
1 parent 4134e1f commit fa01cd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@
**Other**:
- Add Subscription `skip(when:)` and `only(when:)` (#242) - @mjarvis
- Add `automaticallySkipsRepeats` configuration option to Store initializer (#262) - @DivineDominion

# 4.0.1

*Released: 12/19/2017*

**Other:**

- Fix retain cycle in SubscriptionBox (#278) - @mjarvis, @DivineDominion
- Fix bug where using skipRepeats with optional substate would not notify when the substate became nil [#55655](https://github.com/ReSwift/ReSwift/commit/55655098889ccb9adb716403544926dea8e79682) - @Ben-G
- Fix bug where using skipRepeats with optional substate would not notify when the substate became nil https://github.com/ReSwift/ReSwift/commit/55655098889ccb9adb716403544926dea8e79682 - @Ben-G
- Add automatic skipRepeats for Equatable substate selection (#300) - @JoeCherry

# 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion ReSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwift"
s.version = "4.0.0"
s.version = "4.0.1"
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>4.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit fa01cd3

Please sign in to comment.