Skip to content

Commit

Permalink
Merge pull request #36 from messerli-informatik-ag/release-1.7
Browse files Browse the repository at this point in the history
Release the new version 1.7.0 of Funcky
  • Loading branch information
Ruben Schmidmeister authored Jun 8, 2020
2 parents 2bc1cea + 9a026d1 commit b5a16d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Funcky.Test/Funcky.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Funcky/Funcky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<PackageProjectUrl>https://github.com/messerli-informatik-ag/funcky</PackageProjectUrl>
<RepositoryUrl>https://github.com/messerli-informatik-ag/funcky</RepositoryUrl>
<PackageTags>Functional Monad</PackageTags>
<Version>1.6.0</Version>
<FileVersion>1.6.0.0</FileVersion>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<Version>1.7.0</Version>
<FileVersion>1.7.0.0</FileVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Add `WhereSelect` extension function for `IEnumerable<T>`.
* Add missing overload for nullary actions to `ActionToUnit`.

## Unreleased
## 1.7.0
* Add nullability annotations to everything except for `Monads.Reader`.
* Add a function for creating an `Option<T>` from a nullable value: `Option.From`.
* `Either.Match` now throws when called on an `Either` value created using `default(Either<L, R>)`.
Expand Down

0 comments on commit b5a16d5

Please sign in to comment.