Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Nov 8, 2017
1 parent 13352f6 commit 5afbf56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Master

## [1.0.1](https://github.com/kzaher/RxFeedback/releases/tag/1.0.1)

* Fixes leak in `Hashable` overload of `react` feedback loop.
* Shares final guard against reentrancy (if feedback loops have implementation issue and are synchronous) between all feedback loops.

## [1.0.0](https://github.com/kzaher/RxFeedback/releases/tag/1.0.0)

* Deprecates `UI.*` in favor of free methods.
Expand Down
2 changes: 1 addition & 1 deletion RxFeedback.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFeedback"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Simplest architecture for RxSwift. State + feedback loops."
s.description = <<-DESC
Simplest architecture for RxSwift. State + feedback loops.
Expand Down
2 changes: 1 addition & 1 deletion Sources/RxFeedback/RxFeedback.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>0.3.3</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5afbf56

Please sign in to comment.