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

Commit 4ca2f5e

Browse files
authored
Add topics to pubspec.yaml (#126)
1 parent 8d2d559 commit 4ca2f5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6-wip
2+
3+
* Add `topics` section to `pubspec.yaml`.
4+
15
## 1.0.5
26

37
* Update `video/mp4` mimeType lookup by header bytes.

pubspec.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: mime
2-
version: 1.0.5
2+
version: 1.0.6-wip
33
description: >-
44
Utilities for handling media (MIME) types, including determining a type from
55
a file extension and file contents.
66
repository: https://github.com/dart-lang/mime
77

8+
topics:
9+
- mime
10+
- magic-numbers
11+
812
environment:
913
sdk: ^3.2.0
1014

0 commit comments

Comments
 (0)