Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 519 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 519 Bytes

v0.4.0

  • Use Go 1.23.
  • Switch to GitHub Actions for CI.
  • Bump license year.

v0.3.0

  • Do not prefix/suffix comment with whitespace.

v0.2.1

  • Bump license year.
  • Make public API stable.
  • Comment public functions and types.

v0.2.0

  • Add support for drivers which do not implement driver.DriverContext.

v0.1.1

  • Optimize Attrs encoding by reducing allocations.

v0.1.0

  • Pass context.Context to Comment method.
  • Do not export Attrs.Encode() method.

v0.0.1

  • Initial release.