From fe373d44f412fc8ee07fad7081639123f04809b0 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 17 Dec 2024 17:14:14 -0600 Subject: [PATCH] Release v2.2.4 (#163) --- build_cli/CHANGELOG.md | 2 +- build_cli/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.