From 76e17727158124252d7a189ff00ab0ef5ad5fdff Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Sat, 16 Nov 2024 10:47:31 +0100 Subject: [PATCH] Prepare v1 release --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- RELEASE_NOTES.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057ffc10f..3132bb332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # https://github.com/rasmus/Bake - name: Install Bake - run: dotnet tool install -g --version 0.23.36-beta Bake + run: dotnet tool install -g --version 0.30.43-beta Bake - name: Run Bake run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 100d176d2..92aa93fb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: # https://github.com/rasmus/Bake - name: Install Bake - run: dotnet tool install -g --version 0.23.36-beta Bake + run: dotnet tool install -g --version 0.30.43-beta Bake - name: Run Bake run: | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a9a8c69cf..e579b6e75 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### New in 1.0-alpha (not properly released yet) +### New in 1.0 (not properly released yet) Read the complete migration guide to get the full list of changes as well as recommendations on how to do the migration.