Skip to content

Commit 00d89bc

Browse files
committed
Rev pubspec version
1 parent 4896f8a commit 00d89bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/args/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 2.6.0-wip
1+
## 2.6.0
22

33
* Added source argument when throwing a `ArgParserException`.
44
* Fix inconsistent `FormatException` messages
55
* Require Dart 3.3
6+
* Move to `dart-lang/core` monorepo.
67

78
## 2.5.0
89

pkgs/args/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: args
2-
version: 2.6.0-wip
2+
version: 2.6.0
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.

0 commit comments

Comments
 (0)