From 8ac5984dfd46d7d3fea7e7569bc3713ec4defe12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Nov 2025 02:39:44 +0000 Subject: [PATCH] chore(v3): bump to v3.0.0-alpha.37 and update changelog [skip ci] --- docs/src/content/docs/changelog.mdx | 5 +++++ v3/UNRELEASED_CHANGELOG.md | 2 +- v3/internal/version/version.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index ea23ee1a0..b41087389 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.37 - 2025-11-02 + +## Fixed +- Fix Windows package task failure (#4667) + ## v3.0.0-alpha.36 - 2025-10-15 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 057088407..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -22,7 +22,7 @@ After processing, the content will be moved to the main changelog and this file ## Fixed -- Fix Windows package task failure (#4667) + ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index a510906d5..2af264afd 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.36 \ No newline at end of file +v3.0.0-alpha.37 \ No newline at end of file