Skip to content

Commit a505ea0

Browse files
authored
rev to 2.5.0 and prep to publish (dart-archive/args#267)
1 parent e730f6e commit a505ea0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pkgs/args/.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Add macos-latest and/or windows-latest if relevant for this package
4848
os: [ubuntu-latest]
4949
# Add stable if the package should also be tested on stable
50-
sdk: [2.19.0, dev]
50+
sdk: ['3.0', dev]
5151
steps:
5252
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5353
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3

pkgs/args/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 2.5.0-wip
1+
## 2.5.0
22

33
* Introduce new typed `ArgResults` `flag(String)`, `option(String)`, and
44
`multiOption(String)` methods.
5+
* Require Dart 3.0.
56

67
## 2.4.2
78

pkgs/args/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: args
2-
version: 2.5.0-wip
2+
version: 2.5.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.
@@ -9,7 +9,7 @@ topics:
99
- cli
1010

1111
environment:
12-
sdk: '>=2.19.0 <4.0.0'
12+
sdk: ^3.0.0
1313

1414
dev_dependencies:
1515
dart_flutter_team_lints: ^1.0.0

0 commit comments

Comments
 (0)