Skip to content

Commit eb66a78

Browse files
committed
Bump the version to 2.6.1-wip to add a changelog entry
1 parent 537c6c4 commit eb66a78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/args/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.1-wip
2+
3+
* Fix the reporitory URL in `pubspec.yaml`.
4+
15
## 2.6.0
26

37
* Added source argument when throwing a `ArgParserException`.

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
2+
version: 2.6.1-wip
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)