Skip to content

Commit

Permalink
chore(main): release Google.Cloud.EntityFrameworkCore.Spanner 3.0.0 (#…
Browse files Browse the repository at this point in the history
…450)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Knut Olav Løite <[email protected]>
  • Loading branch information
release-please[bot] and olavloite authored Oct 10, 2024
1 parent 805432f commit ee84b89
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "3.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<RepositoryType>git</RepositoryType>
<PackageTags>spanner;entity framework;Google;Cloud;efcore</PackageTags>
<PackageIcon>NuGetIcon.png</PackageIcon>
<Version>2.2.0</Version>
<PackageVersion>2.2.0</PackageVersion>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 14 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.0.0](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-2.2.0...Google.Cloud.EntityFrameworkCore.Spanner-3.0.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* target Entity Framework Core 8 ([#434](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/434))

### Features

* retry DML with THEN RETURN in transactions ([#446](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/446)) ([7679d6f](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/7679d6fd77c017854ce88354b9edd11bbece301e))
* support bit-reversed sequences ([#442](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/442)) ([252e1f8](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/252e1f82ff593f6a666f1be42a336483429010ca))
* support THEN RETURN clauses ([#443](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/443)) ([58cd4e2](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/58cd4e2e246f75a483dad607483b18f737f7b250))
* target Entity Framework Core 8 ([#434](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/434)) ([73bd082](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/73bd0827f508de565d6fb3e1c5f069f71766507a))

## [2.2.0](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-2.1.6...Google.Cloud.EntityFrameworkCore.Spanner-2.2.0) (2024-10-02)


Expand Down

0 comments on commit ee84b89

Please sign in to comment.