diff --git a/build_cli/CHANGELOG.md b/build_cli/CHANGELOG.md index 02c41d1..e2d0367 100644 --- a/build_cli/CHANGELOG.md +++ b/build_cli/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.4-wip +## 2.2.4 - Support the latest `package:analyzer` and `package:source_gen`. - Require `sdk: ^3.6.0` diff --git a/build_cli/pubspec.yaml b/build_cli/pubspec.yaml index 698d8cb..64f110b 100644 --- a/build_cli/pubspec.yaml +++ b/build_cli/pubspec.yaml @@ -1,5 +1,5 @@ name: build_cli -version: 2.2.4-wip +version: 2.2.4 description: >- Parse command line arguments directly into an annotation class using the power of build_runner and source_gen.