Skip to content

Commit cd6ea4f

Browse files
authored
Merge pull request #589 from k1LoW/tagpr-from-v1.75.0
Release for v1.76.0
2 parents 14d8bdc + 589a554 commit cd6ea4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.76.0](https://github.com/k1LoW/tbls/compare/v1.75.0...v1.76.0) - 2024-06-04
4+
### Breaking Changes 🛠
5+
- Show table comments for related tables of View (#587) by @majimaccho in https://github.com/k1LoW/tbls/pull/590
6+
### Other Changes
7+
- chore(deps): bump the dependencies group with 10 updates by @dependabot in https://github.com/k1LoW/tbls/pull/588
8+
39
## [v1.75.0](https://github.com/k1LoW/tbls/compare/v1.74.4...v1.75.0) - 2024-05-16
410
### Breaking Changes 🛠
511
- Embed tzdata by @k1LoW in https://github.com/k1LoW/tbls/pull/585

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.75.0"
7+
var Version = "1.76.0"

0 commit comments

Comments
 (0)