From acfcbd9ba8d70206cd1cd5f7f599b100d8941728 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 10 Jun 2021 13:41:34 +1200 Subject: [PATCH] Releasing 0.2.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f478f..21395f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.2.1 + +* Add missing documentation on AppstreamFirmwareType and AppstreamDBusType. +* Update package description. + ## 0.2.0 * Use enums in provides. diff --git a/pubspec.yaml b/pubspec.yaml index fbef80e..e8c9e1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appstream -version: 0.2.0 +version: 0.2.1 description: A parser for Appstream data.