updated 0.35.1 changelog to reflect the modernc.org/sqlite 1.42.0 retraction and updated the driver to 1.44.0

This commit is contained in:
Gani Georgiev
2026-01-15 14:39:21 +02:00
parent 9234cbf0d1
commit b0a5bce4c4
4 changed files with 40 additions and 31 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.43.0"
expectedLibcVersion = "v1.66.10"
expectedDriverVersion = "v1.44.0"
expectedLibcVersion = "v1.67.4"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.
// It could be used for removing/unbinding the hook if you don't want the checks.