Skip to content

Commit 7da9df4

Browse files
authored
Merge pull request #741 from k1LoW/tagpr-from-v1.87.0
Release for v1.88.0
2 parents 1be1207 + a9976c1 commit 7da9df4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v1.88.0](https://github.com/k1LoW/tbls/compare/v1.87.0...v1.88.0) - 2025-09-12
4+
### New Features 🎉
5+
- Add databricks support by @Ewan-Keith in https://github.com/k1LoW/tbls/pull/737
6+
### Other Changes
7+
- chore: fix lint warn by @k1LoW in https://github.com/k1LoW/tbls/pull/743
8+
- chore(deps): bump actions/checkout from 4 to 5 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/tbls/pull/739
9+
- chore(deps): bump the dependencies group across 1 directory with 12 updates by @dependabot[bot] in https://github.com/k1LoW/tbls/pull/744
10+
311
## [v1.87.0](https://github.com/k1LoW/tbls/compare/v1.86.1...v1.87.0) - 2025-08-02
412
### Breaking Changes 🛠
513
- feat: change schema.json indentation by @k1LoW in https://github.com/k1LoW/tbls/pull/735

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.87.0"
7+
var Version = "1.88.0"

0 commit comments

Comments
 (0)