[release] Increase version on main to 3.11

Change-Id: I54e1e60e05ce31b77b02745870c80a878918793a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449805
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Ivan Inozemtsev <iinozemtsev@google.com>
This commit is contained in:
Ivan Inozemtsev
2025-10-06 18:46:13 -07:00
committed by Commit Queue
parent 7884b54dae
commit 1974c2360e
15 changed files with 18 additions and 14 deletions
+4
View File
@@ -1,3 +1,7 @@
## 3.11.0
**Released on:** Unreleased
## 3.10.0
**Released on:** Unreleased
@@ -6,7 +6,7 @@
//
// Instead modify 'tools/experimental_features.yaml' and run
// 'dart pkg/front_end/tool/cfe.dart generate-experimental-flags' to update.
const Version defaultLanguageVersion = const Version(3, 10);
const Version defaultLanguageVersion = const Version(3, 11);
/// Enum for experimental flags shared between the CFE and the analyzer.
enum ExperimentalFlag {
@@ -12,7 +12,7 @@ part of 'experiments.dart';
/// The current version of the Dart language (or, for non-stable releases, the
/// version of the language currently in the process of being developed).
const _currentVersion = '3.10.0';
const _currentVersion = '3.11.0';
/// A map containing information about all known experimental flags.
final _knownFeatures = <String, ExperimentalFeature>{
@@ -1,7 +1,7 @@
//
// Problems outside component:
//
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.11.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
@@ -1,7 +1,7 @@
//
// Problems outside component:
//
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.11.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
@@ -1,7 +1,7 @@
//
// Problems outside component:
//
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.11.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
@@ -2,7 +2,7 @@ library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.11.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
@@ -2,7 +2,7 @@ library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.11.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
@@ -2,7 +2,7 @@ library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.11.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
@@ -2,7 +2,7 @@ library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.10.
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.11.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
+1 -1
View File
@@ -2,5 +2,5 @@ name: front_end_testcases
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: ^3.10.0-0
sdk: ^3.11.0-0
resolution: workspace
+1 -1
View File
@@ -9,4 +9,4 @@
import "ast.dart";
const Version defaultLanguageVersion = const Version(3, 10);
const Version defaultLanguageVersion = const Version(3, 11);
+1 -1
View File
@@ -11,7 +11,7 @@ environment:
#
# It needs to be updated before testing language features introduced in the
# next language version.
sdk: ^3.10.0-0
sdk: ^3.11.0-0
# These are the packages that are contained in the SDK.
workspace:
+1 -1
View File
@@ -25,7 +25,7 @@
#
CHANNEL main
MAJOR 3
MINOR 10
MINOR 11
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0
+1 -1
View File
@@ -122,7 +122,7 @@
# default 'language' "category" with code generated for both CFE and Analyzer,
# while other categories can be tailored more specifically.
current-version: '3.10.0'
current-version: '3.11.0'
features:
variance: