Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@moznion moznion released this 22 Jul 06:23
· 18 commits to main since this release
894f328

New Features

  • Implements database/sql/driver.Valuer and database/sql.Scanner on Option type #30
  • Support UnwrapAsPtr() method to unwrap the Option value as a pointer #28

Maintenance

  • Add the target golang runtime version 1.20.x for CI #29
  • Update module github.com/stretchr/testify to v1.8.4 #26
  • Update module github.com/stretchr/testify to v1.8.3 #24
  • Update module github.com/stretchr/testify to v1.8.2 #23

Documents

  • Document for UnwrapAsPtr #31