diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82d85bc..0548fdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] + go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x] # os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest] steps: diff --git a/changelog.adoc b/changelog.adoc index 199aae0..a236463 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,6 +1,19 @@ = Changelog :toc: +== v0.31.0: Breaking Changes + +As the releases before, this release has 100% test coverage. +Tested with Go 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 and 1.23. + +=== Breaking Changes + +Fix typo in dag library: TaskDependensOn -> TaskDependsOn + +=== New Features + +Add task retries in dag library. + == v0.30.0: New Features As the releases before, this release has 100% test coverage.