Skip to content

Commit 6fc545c

Browse files
authored
Merge pull request #645 from k1LoW/tagpr-from-v1.80.0
Release for v1.81.0
2 parents 75fefd8 + 2607056 commit 6fc545c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.81.0](https://github.com/k1LoW/tbls/compare/v1.80.0...v1.81.0) - 2025-01-26
4+
### Breaking Changes 🛠
5+
- Fix schema.json for generating JSON Schema of schema.json by @k1LoW in https://github.com/k1LoW/tbls/pull/646
6+
### New Features 🎉
7+
- Support external database driver by @k1LoW in https://github.com/k1LoW/tbls/pull/649
8+
### Fix bug 🐛
9+
- Fix JSON Schema by @k1LoW in https://github.com/k1LoW/tbls/pull/650
10+
### Other Changes
11+
- touch up grammar, punctuation, and Markdown by @brandondrew in https://github.com/k1LoW/tbls/pull/644
12+
- Fix typo by @fkmy in https://github.com/k1LoW/tbls/pull/647
13+
- Fix linux release by @k1LoW in https://github.com/k1LoW/tbls/pull/648
14+
315
## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2025-01-17
416
### New Features 🎉
517
- Support wildcard in `viewpoints[].tables:` by @k1LoW in https://github.com/k1LoW/tbls/pull/643

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.80.0"
7+
var Version = "1.81.0"

0 commit comments

Comments
 (0)