Skip to content

Commit 3463b2f

Browse files
authored
Add topics to package "http2" pubspec.yaml (dart-archive/http2#150)
1 parent 49a77f3 commit 3463b2f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pkgs/http2/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.3.1-wip
22

33
- Require Dart 3.2
4+
- Add topics to `pubspec.yaml`
45

56
## 2.3.0
67

pkgs/http2/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ version: 2.3.1-wip
33
description: A HTTP/2 implementation in Dart.
44
repository: https://github.com/dart-lang/http2
55

6+
topics:
7+
- http
8+
- network
9+
- protocols
10+
611
environment:
712
sdk: ^3.2.0
813

0 commit comments

Comments
 (0)