Skip to content

Commit

Permalink
Version bump to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Dec 16, 2023
1 parent 83e1903 commit 2cc3b9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.14.0 - 2023-12-15

- Update Dependency: `[email protected]`
- [#82](https://github.com/supabase-community/gotrue-csharp/issues/81) - Implements #82 - Creates a `GenerateLink`
method on the `AdminClient` that supports `signup`, `invite`, `magiclink`, `recovery`, `email_change_new`
and `email_change_current`
- [#81](https://github.com/supabase-community/gotrue-csharp/issues/81) - Adds `InviteUserByEmailOptions` as a
parameter to the Gotrue Admin Client
- Update Dependency: `[email protected]`
- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78) Updates signatures for `Not`
and `Filter` to include generic types for a better development experience.
- Updates internal generic type names to be more descriptive.
- Add support for LINQ predicates on `Table<TModel>.Not()` signatures

## 0.13.7 - 2023-11-13

- Update Dependency: `[email protected]`
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Summary>A C# implementation of the Supabase client</Summary>
<Title>Supabase</Title>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>0.13.7</ReleaseVersion>
<PackageVersion>0.13.7</PackageVersion>
<ReleaseVersion>0.14.0</ReleaseVersion>
<PackageVersion>0.14.0</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -29,7 +29,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.7</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.14.0</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit 2cc3b9e

Please sign in to comment.