File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # v0.9.0 (unreleased )
1+ # v0.9.0 (2025-08-16 )
22
33* Bumped minimum Go version to 1.24.
44* ** Breaking change * (exhttp)*** Refactored HandleErrors middleware to take raw
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.0
66
77require (
88 github.com/DATA-DOG/go-sqlmock v1.5.2
9- github.com/mattn/go-sqlite3 v1.14.31
9+ github.com/mattn/go-sqlite3 v1.14.32
1010 github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe
1111 github.com/rs/zerolog v1.34.0
1212 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovk
1212github.colasdn.workers.dev/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
1313github.colasdn.workers.dev/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA =
1414github.colasdn.workers.dev/mattn/go-isatty v0.0.19 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
15- github.com/mattn/go-sqlite3 v1.14.31 h1:ldt6ghyPJsokUIlksH63gWZkG6qVGeEAu4zLeS4aVZM =
16- github.com/mattn/go-sqlite3 v1.14.31 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
15+ github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuErjs =
16+ github.com/mattn/go-sqlite3 v1.14.32 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
1717github.colasdn.workers.dev/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe h1:vHpqOnPlnkba8iSxU4j/CvDSS9J4+F4473esQsYLGoE =
1818github.colasdn.workers.dev/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe /go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4 =
1919github.colasdn.workers.dev/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change 66
77package util
88
9- const Version = "v0.8.8 "
9+ const Version = "v0.9.0 "
1010
1111func VersionArray () [3 ]uint {
12- return [3 ]uint {0 , 8 , 8 }
12+ return [3 ]uint {0 , 9 , 0 }
1313}
You can’t perform that action at this time.
0 commit comments