Skip to content

Releases: oapi-codegen/actions

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 May 12:16
Immutable release. Only release title and notes can be modified.

πŸš€ New features and improvements

πŸ› Bug fixes

πŸ“¦ Dependency updates

  • chore(deps): update release-drafter/release-drafter action to v7.3.0 (#17) @renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v7.2.1 (#16) @renovate[bot]

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 May 17:30
Immutable release. Only release title and notes can be modified.

πŸš€ New features and improvements

  • chore: Update CI Go versions (#9) @mromaszewicz
    • Requires a minimum of Go 1.24

πŸ‘» Maintenance

πŸ“¦ Dependency updates

v0.6.0

Choose a tag to compare

@jamietanna jamietanna released this 03 May 17:27
Immutable release. Only release title and notes can be modified.
chore: Update CI Go versions

With Go 1.26 releasing, we're advancing our supported Go versions
to [1.24, 1.25, and 1.26]. I removed "stable" and "oldstable" since
they overlap with "1.26" and "1.25", respectively, and it doesn't
make sense to double up on the CI. New versions of Go happen so seldom,
and we change this requirement so infrequently, that I think it's ok
to use fixed versions.