Skip to content

Commit

Permalink
Merge pull request #635 from k1LoW/tagpr-from-v1.79.2
Browse files Browse the repository at this point in the history
Release for v1.79.3
  • Loading branch information
k1LoW authored Nov 15, 2024
2 parents 842be06 + 3bde325 commit 682812d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.79.3](https://github.com/k1LoW/tbls/compare/v1.79.2...v1.79.3) - 2024-11-15
### Fix bug 🐛
- Fix schema filter logic to prevent duplicated counts of tables by @kromiii in https://github.com/k1LoW/tbls/pull/634

## [v1.79.2](https://github.com/k1LoW/tbls/compare/v1.79.1...v1.79.2) - 2024-11-09
### Fix bug 🐛
- Fix linux build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/633
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "tbls"

// Version for this
var Version = "1.79.2"
var Version = "1.79.3"

0 comments on commit 682812d

Please sign in to comment.