From 4ca2f5edaafe21f462922d34db99486a44bb08b8 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Mon, 10 Jun 2024 09:46:29 +0200 Subject: [PATCH] Add `topics` to `pubspec.yaml` (#126) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2c131..347e55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index c09f00e..72f9b03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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