From cf876b491739d5c580e81def98ab79432148919d Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 8 Jul 2025 10:27:54 -0700 Subject: [PATCH] Prepare to release 1.5.0-beta --- pkgs/http/CHANGELOG.md | 2 +- pkgs/http/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index ee8bfa73b1..d29dfc2f9e 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.5.0-wip +## 1.5.0-beta * Added support for aborting requests before they complete. * Clarify that some header names may not be sent/received. diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 2c8eafc94f..e243e5f590 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 1.5.0-wip +version: 1.5.0-beta description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http