We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c6c4 commit eb66a78Copy full SHA for eb66a78
pkgs/args/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.6.1-wip
2
+
3
+* Fix the reporitory URL in `pubspec.yaml`.
4
5
## 2.6.0
6
7
* Added source argument when throwing a `ArgParserException`.
pkgs/args/pubspec.yaml
@@ -1,5 +1,5 @@
name: args
-version: 2.6.0
+version: 2.6.1-wip
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
0 commit comments