Skip to content

Commit

Permalink
Merge pull request #10 from polyadic/prepare-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bash authored Sep 14, 2022
2 parents cdfcd6d + 5997f8f commit fa4a1d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>Interoperability between Funcky and EF Core</Product>
<Description>Interoperability between Funcky and EF Core</Description>
<PackageTags>Functional Monad EFCore EntityFramework</PackageTags>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Label="Symbols">
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## Unreleased
## 1.0.0
* Breaking: Updated to Funcky 3.0.0.
* Breaking: Add an optional `cancellationToken` parameter to all async `IQueryable` extensions. (polyadic/funcky#433)
* Breaking: Move extensions to `Funcky.Extensions` namespace. (polyadic/funcky#460)

Expand Down

0 comments on commit fa4a1d1

Please sign in to comment.