Skip to content

Commit

Permalink
Version bump to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jan 8, 2024
1 parent 8760b31 commit 2181766
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.15.0 - 2024-01-08

- Update Dependency: `[email protected]`
- [#83](https://github.com/supabase-community/gotrue-csharp/pull/83) Replaces JWTDecoder package with
System.IdentityModel.Tokens.Jwt. Thanks [@FantasyTeddy](https://github.com/FantasyTeddy)!
- Update Dependency: `[email protected]`
- Re: [#85](https://github.com/supabase-community/postgrest-csharp/issues/85) Fixes problem when using multiple .Order()
methods by merging [#86](https://github.com/supabase-community/postgrest-csharp/pull/86).
Thanks [@hunsra](https://github.com/hunsra)!
- Re: [#81](https://github.com/supabase-community/postgrest-csharp/issues/81)
- [Minor] Removes `IgnoreOnInsert`and `IgnoreOnUpdate` from `ReferenceAttribute` as changing these properties
to `false` does not currently provide the expected functionality.
- Fixes `Insert` and `Update` not working on models that have `Reference` specified on a property with a non-null
value.

## 0.14.0 - 2023-12-15

- Update Dependency: `[email protected]`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

Documentation can be found [below](#getting-started), on the [Supabase Developer Documentation](https://supabase.com/docs/reference/csharp/introduction) and additionally in the [Generated API Docs](https://supabase-community.github.io/supabase-csharp/api/Supabase.Client.html).

[**CHANGELOG is available in the repository root.**](https://github.com/supabase-community/supabase-csharp/blob/master/CHANGELOG.md)

## Features

- [x] Integration with [Supabase.Realtime](https://github.com/supabase-community/realtime-csharp)
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.14.0</ReleaseVersion>
<PackageVersion>0.14.0</PackageVersion>
<ReleaseVersion>0.15.0</ReleaseVersion>
<PackageVersion>0.15.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.14.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.15.0</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit 2181766

Please sign in to comment.