Skip to content

Commit

Permalink
rev to 2.5.0 and prep to publish (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Apr 11, 2024
1 parent b2e2224 commit 5c83bc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Add macos-latest and/or windows-latest if relevant for this package
os: [ubuntu-latest]
# Add stable if the package should also be tested on stable
sdk: [2.19.0, dev]
sdk: ['3.0', dev]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 2.5.0-wip
## 2.5.0

* Introduce new typed `ArgResults` `flag(String)`, `option(String)`, and
`multiOption(String)` methods.
* Require Dart 3.0.

## 2.4.2

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: args
version: 2.5.0-wip
version: 2.5.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 All @@ -9,7 +9,7 @@ topics:
- cli

environment:
sdk: '>=2.19.0 <4.0.0'
sdk: ^3.0.0

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
Expand Down

0 comments on commit 5c83bc9

Please sign in to comment.