Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Jul 19, 2020
1 parent 0f5fee2 commit 808c351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.1.1 - May 10 2020
* Add map2/lift2 for all monad transformers
* Add Tuple2 and Tuple3 extensions
* Add non-generic <!> operator for Validation, mainly intended to be used for applicative validation in Fable

#### 1.1.1 - May 10 2020
* Fix: issue with generic intercalate function
* Fix: traverse for seq of asyncs
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpPlus/FSharpPlus.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Title>FSharpPlus</Title>
<AssemblyName>FSharpPlus</AssemblyName>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 808c351

Please sign in to comment.