diff --git a/pkgs/args/CHANGELOG.md b/pkgs/args/CHANGELOG.md index 15b392b1..03e693c5 100644 --- a/pkgs/args/CHANGELOG.md +++ b/pkgs/args/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.1-wip + +* Fix the reporitory URL in `pubspec.yaml`. + ## 2.6.0 * Added source argument when throwing a `ArgParserException`. diff --git a/pkgs/args/pubspec.yaml b/pkgs/args/pubspec.yaml index 859e1860..21c9389b 100644 --- a/pkgs/args/pubspec.yaml +++ b/pkgs/args/pubspec.yaml @@ -1,9 +1,9 @@ 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. -repository: https://github.com/dart-lang/core/main/pkgs/args +repository: https://github.com/dart-lang/core/tree/main/pkgs/args topics: - cli