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 4896f8a commit 00d89bcCopy full SHA for 00d89bc
pkgs/args/CHANGELOG.md
@@ -1,8 +1,9 @@
1
-## 2.6.0-wip
+## 2.6.0
2
3
* Added source argument when throwing a `ArgParserException`.
4
* Fix inconsistent `FormatException` messages
5
* Require Dart 3.3
6
+* Move to `dart-lang/core` monorepo.
7
8
## 2.5.0
9
pkgs/args/pubspec.yaml
@@ -1,5 +1,5 @@
name: args
-version: 2.6.0-wip
+version: 2.6.0
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