Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 03:19
· 3 commits to main since this release
1803339

v6.0.0 (2025-08-17)

BREAKING CHANGES

  • Builder interface has new methods
    introduced by commit:
    add builder methods for extension relations (#157) (a0ff3dc)
  • bumped module to v6
    introduced by commit:
    bump module to v6 (#158) (1803339)

Bug fixes

  • set Precision on IntervalDayToSecond literals (#155) (b96ca33)

    When creating a literal of type IntervalDayToSecond with the
    NewLiteral() function, the returned literal did not have the precision
    set to the correct precision for its type

Documentation changes