Skip to content

Commit b8ba6e0

Browse files
authored
Merge pull request #757 from k1LoW/tagpr-from-v1.89.1
Release for v1.90.0
2 parents 418e01c + caf89b5 commit b8ba6e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## [v1.89.1](https://github.com/k1LoW/tbls/compare/v1.89.0...v1.89.1) - 2025-10-14
48
### New Features 🎉
59
- feat(drivers): Support foreignKey for spanner by @seipan in https://github.com/k1LoW/tbls/pull/749

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "tbls"
55

66
// Version for this.
7-
var Version = "1.89.1"
7+
var Version = "1.90.0"

0 commit comments

Comments
 (0)