Skip to content

Commit

Permalink
Add topics to pubspec.yaml (dart-archive/mime#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Jun 10, 2024
1 parent ede8594 commit c77409b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/mime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6-wip

* Add `topics` section to `pubspec.yaml`.

## 1.0.5

* Update `video/mp4` mimeType lookup by header bytes.
Expand Down
6 changes: 5 additions & 1 deletion pkgs/mime/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: mime
version: 1.0.5
version: 1.0.6-wip
description: >-
Utilities for handling media (MIME) types, including determining a type from
a file extension and file contents.
repository: https://github.com/dart-lang/mime

topics:
- mime
- magic-numbers

environment:
sdk: ^3.2.0

Expand Down

0 comments on commit c77409b

Please sign in to comment.