Skip to content

Commit

Permalink
Update changelong and add Go 1.23 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Oct 2, 2024
1 parent 907c568 commit d527aa6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 13 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d527aa6

Please sign in to comment.