From e2f7261439121a116cbe78347dcdc215bace1cd5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 2 Jan 2024 16:52:02 +0100 Subject: [PATCH] Rev version --- pkgs/firehose/CHANGELOG.md | 4 ++++ pkgs/firehose/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/firehose/CHANGELOG.md b/pkgs/firehose/CHANGELOG.md index cac9a63e..94b3dd43 100644 --- a/pkgs/firehose/CHANGELOG.md +++ b/pkgs/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2 + +- Get needed version from `dart_apitool` in PR health checks. + ## 0.4.1 - Ensure that packages are listed in lexical order. diff --git a/pkgs/firehose/pubspec.yaml b/pkgs/firehose/pubspec.yaml index 4f265733..404af5e8 100644 --- a/pkgs/firehose/pubspec.yaml +++ b/pkgs/firehose/pubspec.yaml @@ -1,6 +1,6 @@ name: firehose description: A tool to automate publishing of Pub packages from GitHub actions. -version: 0.4.1 +version: 0.4.2 repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose environment: