We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 842be06 + 3bde325 commit 682812dCopy full SHA for 682812d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.79.3](https://github.com/k1LoW/tbls/compare/v1.79.2...v1.79.3) - 2024-11-15
4
+### Fix bug 🐛
5
+- Fix schema filter logic to prevent duplicated counts of tables by @kromiii in https://github.com/k1LoW/tbls/pull/634
6
+
7
## [v1.79.2](https://github.com/k1LoW/tbls/compare/v1.79.1...v1.79.2) - 2024-11-09
8
### Fix bug 🐛
9
- Fix linux build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/633
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "tbls"
// Version for this
-var Version = "1.79.2"
+var Version = "1.79.3"
0 commit comments