Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 1864048

Browse files
authored
added package topics to the pubspec file (#242)
1 parent db229fb commit 1864048

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 2.4.1-dev
1+
## 2.4.1
22

33
* Add a `CONTRIBUTING.md` file; move the publishing automation docs from the
44
readme into the contributing doc.
5+
* Added package topics to the pubspec file.
56

67
## 2.4.0
78

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: args
2-
version: 2.4.1-dev
2+
version: 2.4.1
33
description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
66
repository: https://github.com/dart-lang/args
77

8+
topics:
9+
- cli
10+
811
environment:
912
sdk: '>=2.18.0 <3.0.0'
1013

0 commit comments

Comments
 (0)