Skip to content

Commit

Permalink
Prepare version 3.0.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Feb 27, 2021
1 parent bb6d9f6 commit da43a30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 3.0.0 - 27.02.2021
* Add using and loops for `EitherBuilder` and `ResultBuilder` - https://github.com/fsprojects/FSharpx.Extras/pull/394
* Allow not null implementation of `IDisposable` in CEs - https://github.com/fsprojects/FSharpx.Extras/pull/395
* Add `either`, `defaultValue` and `defaultWith` to `Result` - https://github.com/fsprojects/FSharpx.Extras/pull/396
* Remove `TaskBuilder`. - https://github.com/fsprojects/FSharpx.Extras/pull/397
* Add `Enum.toString` and constrain types in `Enum` module. - https://github.com/fsprojects/FSharpx.Extras/pull/401
* Remove obsolete functions and modules. - https://github.com/fsprojects/FSharpx.Extras/pull/403
* Fix files deviating from repo's license. - https://github.com/fsprojects/FSharpx.Extras/pull/407

### 2.5.0 - 04.06.2020
* Add `Option.someIf` function - https://github.com/fsprojects/FSharpx.Extras/pull/391
* Add `Option.ofUnchecked` function - https://github.com/fsprojects/FSharpx.Extras/pull/392
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<Owners>Steffen Forkmann and others</Owners>
<Authors>Steffen Forkmann and others</Authors>
<PackageProjectUrl>https://github.com/fsprojects/FSharpx.Extras</PackageProjectUrl>
Expand Down

0 comments on commit da43a30

Please sign in to comment.