Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.10

- Support the latest `package:analyzer`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The current changelog entry is a bit generic. To provide more clarity to users of the package, it would be beneficial to specify which new version of package:analyzer is supported, aligning with the PR title.

Suggested change
- Support the latest `package:analyzer`.
- Support `package:analyzer` version `10.0.0`.


## 2.2.9

- Required `sdk: ^3.9.0`
Expand Down
4 changes: 2 additions & 2 deletions build_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_cli
version: 2.2.9
version: 2.2.10
description: >-
Parse command line arguments directly into an annotation class
using the power of build_runner and source_gen.
Expand All @@ -11,7 +11,7 @@ environment:
resolution: workspace

dependencies:
analyzer: ^9.0.0
analyzer: ">=9.0.0 <11.0.0"
build: ^4.0.3
# Limit version range on build_cli_annotations
# new features need to stay in sync
Expand Down