From 1de326352ac033e5106aa4a20483b4115dc493b4 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Tue, 21 May 2024 12:33:40 +0200 Subject: [PATCH 1/2] Add `topics` to package "http2" `pubspec.yaml` --- pubspec.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 72528e2..ac0e139 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,11 @@ version: 2.3.1-wip description: A HTTP/2 implementation in Dart. repository: https://github.com/dart-lang/http2 +topics: + - http + - network + - protocols + environment: sdk: ^3.2.0 From f92170a786d02312594f8f433ba0b4a0e7177129 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 30 May 2024 08:41:21 +0000 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9674672..8248505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.3.1-wip - Require Dart 3.2 +- Add topics to `pubspec.yaml` ## 2.3.0