Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit cde3f04

Browse files
authored
Prepare release with topics. (#103)
1 parent 9395574 commit cde3f04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.3
2+
- Added topics to `pubspec.yaml`.
3+
14
## 1.2.2
25

36
- Require Dart SDK >= 2.18.0

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: pubspec_parse
2+
version: 1.2.3
23
description: >-
34
Simple package for parsing pubspec.yaml files with a type-safe API and rich
45
error reporting.
5-
version: 1.2.2
66
repository: https://github.com/dart-lang/pubspec_parse
7+
topics:
8+
- dart-pub
79

810
environment:
911
sdk: '>=2.18.0 <3.0.0'

0 commit comments

Comments
 (0)