Skip to content

Commit 4c0d088

Browse files
authored
Release 3.0.0. (#766)
1 parent b347ce4 commit 4c0d088

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

source_gen/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
## 3.0.0-wip
1+
## 3.0.0
22

3+
- **Breaking Change**: use the new `element2` APIs in `analyzer`. Builders that
4+
do resolution need to switch to the new API, see
5+
https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md.
6+
For questions please use https://github.com/dart-lang/build/discussions.
7+
- Require `build: ^3.0.0`
8+
- Updated the minimum package versions for a number of dependencies.
9+
- Require Dart 3.7.0
310
- Update the GeneratorForAnnotation optimization to skip files with well known
411
annotation names such as `override`, `Deprecated`, and `pragma`.
512

source_gen/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 3.0.0-wip
2+
version: 3.0.0
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
analyzer: ^7.4.0
1313
async: ^2.10.0
14-
build: ^3.0.0-dev
14+
build: ^3.0.0
1515
dart_style: ^3.0.0
1616
glob: ^2.0.0
1717
path: ^1.9.0
@@ -22,7 +22,7 @@ dependencies:
2222
dev_dependencies:
2323
_test_annotations:
2424
path: ../_test_annotations
25-
build_test: ^3.3.0-dev
25+
build_test: ^3.3.0
2626
dart_flutter_team_lints: ^3.1.0
2727
logging: ^1.2.0
2828
term_glyph: ^1.2.0

0 commit comments

Comments
 (0)