Skip to content

Commit

Permalink
Bump bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
panesofglass committed Jun 5, 2020
1 parent 241d940 commit f7b7e6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### New in 4.3.3 - (Released 2020/06/05)
* Fix try ... with in observe CE [#122](https://github.com/fsprojects/FSharp.Control.Reactive/pull/144)
* Refine fix for Observable.choose [#143](https://github.com/fsprojects/FSharp.Control.Reactive/pull/143)

### New in 4.3.2 - (Released 2020/06/05)
* Fix issues [#139 and #140](https://github.com/fsprojects/FSharp.Control.Reactive/pull/141)
* Fix disposable composition [#139 and #140](https://github.com/fsprojects/FSharp.Control.Reactive/pull/141)

### New in 4.3.1 - (Released 2020/06/05)
* Fix issue [#131](https://github.com/fsprojects/FSharp.Control.Reactive/pull/128)
* Fix issue with Observable.choose [#131](https://github.com/fsprojects/FSharp.Control.Reactive/pull/128)

### New in 4.3.0 - (Released 2020/05/21)
* Fix issue [#115](https://github.com/fsprojects/FSharp.Control.Reactive/pull/128)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<VersionPrefix>4.3.2</VersionPrefix>
<VersionPrefix>4.3.3</VersionPrefix>
<Authors>Ryan Riley;Steffen Forkmann;Jared Hester</Authors>
<Summary>A F#-friendly wrapper for the Reactive Extensions.</Summary>
<Description>A F#-friendly wrapper for the Reactive Extensions.</Description>
Expand Down

0 comments on commit f7b7e6e

Please sign in to comment.