Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

rev to 2.5.0 and prep to publish #267

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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