Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Add topics to package "http2" pubspec.yaml #150

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.3.1-wip

- Require Dart 3.2
- Add topics to `pubspec.yaml`

## 2.3.0

Expand Down
5 changes: 5 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down