There was an error while loading. Please reload this page.
1 parent db229fb commit 1864048Copy full SHA for 1864048
2 files changed
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## 2.4.1-dev
+## 2.4.1
2
3
* Add a `CONTRIBUTING.md` file; move the publishing automation docs from the
4
readme into the contributing doc.
5
+* Added package topics to the pubspec file.
6
7
## 2.4.0
8
pubspec.yaml
@@ -1,10 +1,13 @@
name: args
-version: 2.4.1-dev
+version: 2.4.1
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
repository: https://github.com/dart-lang/args
+topics:
9
+ - cli
10
+
11
environment:
12
sdk: '>=2.18.0 <3.0.0'
13
0 commit comments