From ed2998ee3d7d96112078bd071ab8310f12305059 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Thu, 4 May 2023 14:11:55 +0200 Subject: [PATCH] Prepare release with topics. --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023e2a1..9ed3837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.3 +- Added topics to `pubspec.yaml`. + ## 1.2.2 - Require Dart SDK >= 2.18.0 diff --git a/pubspec.yaml b/pubspec.yaml index 6374263..a2b189d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,11 @@ name: pubspec_parse +version: 1.2.3 description: >- Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting. -version: 1.2.2 repository: https://github.com/dart-lang/pubspec_parse +topics: +- dart-pub environment: sdk: '>=2.18.0 <3.0.0'