Skip to content

Commit 682812d

Browse files
authored
Merge pull request #635 from k1LoW/tagpr-from-v1.79.2
Release for v1.79.3
2 parents 842be06 + 3bde325 commit 682812d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## [v1.79.2](https://github.com/k1LoW/tbls/compare/v1.79.1...v1.79.2) - 2024-11-09
48
### Fix bug 🐛
59
- Fix linux build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/633

version/version.go

+1-1
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.79.2"
7+
var Version = "1.79.3"

0 commit comments

Comments
 (0)