Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@rafaelespinoza rafaelespinoza released this 24 Sep 22:25
v0.10.0
2fdc3ab
  • Some updates in response to various CI-related issues or security warnings that have come up since last release.
  • More notable: adjust the sqlite3 driver to not rely on CGO. There's nothing in this driver that particularly needs CGO. Now it's a
    bit easier to build for a sqlite3 DB.

Commits

ff86e72 Update golang.org/x/crypto
46d46f9 ci: Update machine, action versions
242722e ci: Update postgres versions to 14, 15
ae2f913 fix(ci): Address some plumbing issues
2fdc3ab build(sqlite3): Switch to modernc.org/sqlite