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.
2 parents 418e01c + caf89b5 commit b8ba6e0Copy full SHA for b8ba6e0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.90.0](https://github.com/k1LoW/tbls/compare/v1.89.1...v1.90.0) - 2025-10-18
4
+### New Features 🎉
5
+- Add multi schema support for databricks by @Ewan-Keith in https://github.com/k1LoW/tbls/pull/754
6
+
7
## [v1.89.1](https://github.com/k1LoW/tbls/compare/v1.89.0...v1.89.1) - 2025-10-14
8
### New Features 🎉
9
- feat(drivers): Support foreignKey for spanner by @seipan in https://github.com/k1LoW/tbls/pull/749
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"
// Version for this.
-var Version = "1.89.1"
+var Version = "1.90.0"
0 commit comments