Skip to content

Commit

Permalink
Rev pubspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 11, 2024
1 parent 4896f8a commit 00d89bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkgs/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 2.6.0-wip
## 2.6.0

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

## 2.5.0

Expand Down
2 changes: 1 addition & 1 deletion pkgs/args/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 00d89bc

Please sign in to comment.