Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.3
- Added topics to `pubspec.yaml`.

## 1.2.2

- Require Dart SDK >= 2.18.0
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down