From ee84b89fb35c3b0e94e2b61a359c99fadbec23c7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:55:54 +0200 Subject: [PATCH] chore(main): release Google.Cloud.EntityFrameworkCore.Spanner 3.0.0 (#450) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Knut Olav Løite --- .release-please-manifest.json | 2 +- ...Google.Cloud.EntityFrameworkCore.Spanner.csproj | 4 ++-- docs/history.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf28..d4f6f299 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "3.0.0" } diff --git a/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj b/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj index e1136295..e7692163 100644 --- a/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj +++ b/Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj @@ -14,8 +14,8 @@ git spanner;entity framework;Google;Cloud;efcore NuGetIcon.png - 2.2.0 - 2.2.0 + 3.0.0 + 3.0.0 diff --git a/docs/history.md b/docs/history.md index 9bef0dde..a2adf66f 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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)