From 52bccb5793bc94396591bdef53822fff4aa1bb83 Mon Sep 17 00:00:00 2001 From: Daniel Bohlin Date: Mon, 17 Aug 2026 09:12:08 +0200 Subject: [PATCH 1/2] chore: bump version line to 1.1 for the FluentAssertions removal --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f61ee9..a0a544d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,10 @@ on: branches: [master] env: - MAJOR_MINOR: '1.0' + # Bumped 1.0 -> 1.1 for the gh#55/#56 release: Tharga.Cache no longer flows + # FluentAssertions to consumers, which is a compile-time break for anyone who + # was unknowingly relying on the transitive reference. + MAJOR_MINOR: '1.1' permissions: contents: write From e9fd608831f1321270e782cc73224815983f8cdf Mon Sep 17 00:00:00 2001 From: Daniel Bohlin Date: Mon, 17 Aug 2026 09:57:08 +0200 Subject: [PATCH 2/2] chore: drop the multi-line comment block from the version bump --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0a544d..81216ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,6 @@ on: branches: [master] env: - # Bumped 1.0 -> 1.1 for the gh#55/#56 release: Tharga.Cache no longer flows - # FluentAssertions to consumers, which is a compile-time break for anyone who - # was unknowingly relying on the transitive reference. MAJOR_MINOR: '1.1' permissions: