diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be4fdb5..95eebf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: # Add macos-latest and/or windows-latest if relevant for this package. os: [ubuntu-latest] - sdk: [3.0.0, dev] + sdk: [3.2, dev] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f55586..9133558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 3.0.1-dev +## 3.0.1-wip -- require at least Dart 3.0 +- require at least Dart 3.2 - Allow latest `pkg:http`. ## 3.0.0 diff --git a/lib/src/version.dart b/lib/src/version.dart index e224215..ed2d977 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.0.1-dev'; +const packageVersion = '3.0.1-wip'; diff --git a/pubspec.yaml b/pubspec.yaml index db5d7eb..d356e88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: pubviz -version: 3.0.1-dev +version: 3.0.1-wip description: >- A tool to visualize package dependencies and version constraints in your Dart project. homepage: https://github.com/kevmoo/pubviz environment: - sdk: ^3.0.0 + sdk: ^3.2.0 dependencies: args: ^2.0.0 @@ -29,7 +29,7 @@ dev_dependencies: build_version: ^2.0.0 build_web_compilers: ^4.0.0 dart_flutter_team_lints: ^2.0.0 - js: ^0.6.1 + js: ^0.7.0 test: ^1.0.0 test_descriptor: ^2.0.0 test_process: ^2.0.0