diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eafe1f8..9e064a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,14 +10,14 @@ jobs: build: uses: Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.14 with: - sdk: stable + sdk: 3.7.2 # mirrors .tool-versions checks: uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.14 with: - sdk: stable + sdk: 3.7.2 # mirrors .tool-versions unit-tests: uses: Workiva/gha-dart-oss/.github/workflows/test-unit.yaml@v0.1.14 with: - sdk: stable + sdk: 3.7.2 # mirrors .tool-versions diff --git a/CHANGELOG.md b/CHANGELOG.md index 737aacf..55b5bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased +# 5.0.6 + +- Allow up to analyzer 13 + # 5.0.5 - Allow up to analyzer 12 @@ -9,8 +13,6 @@ - Allow up to analyzer 10 - - # 5.0.3 - Widened dependency bounds to accept analyzer v8 diff --git a/pubspec.yaml b/pubspec.yaml index 7093aad..491ceff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dependency_validator -version: 5.0.5 +version: 5.0.6 description: Checks for missing, under-promoted, over-promoted, and unused dependencies. homepage: https://github.com/Workiva/dependency_validator