We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cde6f commit 0d1df93Copy full SHA for 0d1df93
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.26.9
2
* Fixed bug with convert ydb value to `time.Duration` in `result.Scan[WithDefaults,Named]()`
3
* Fixed bug with make ydb value from `time.Duration` in `types.IntervalValueFromDuration(d)`
4
* Marked `table/types.{IntervalValue,NullableIntervalValue}` as deprecated
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "26"
6
- VersionPatch = "8"
+ VersionPatch = "9"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments