From 7ef04f80cafb5dc1105d7ae459f2347fac0a9080 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 18 Oct 2022 10:04:23 -0700 Subject: [PATCH] Expand build_runner_core pubspec description (#3382) Improves the pub score. --- build_runner_core/CHANGELOG.md | 4 ++++ build_runner_core/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build_runner_core/CHANGELOG.md b/build_runner_core/CHANGELOG.md index 20586fce7..48f835efa 100644 --- a/build_runner_core/CHANGELOG.md +++ b/build_runner_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.2.5 + +- Expand pubspec description. + ## 7.2.4 - Fix some new lints. diff --git a/build_runner_core/pubspec.yaml b/build_runner_core/pubspec.yaml index 0eec86d09..8a568587b 100644 --- a/build_runner_core/pubspec.yaml +++ b/build_runner_core/pubspec.yaml @@ -1,6 +1,6 @@ name: build_runner_core -version: 7.2.4 -description: Core tools to write binaries that run builders. +version: 7.2.5 +description: Core tools to organize the structure of a build and run Builders. repository: https://github.com/dart-lang/build/tree/master/build_runner_core environment: