Skip to content

Commit

Permalink
Merge pull request #645 from k1LoW/tagpr-from-v1.80.0
Browse files Browse the repository at this point in the history
Release for v1.81.0
  • Loading branch information
k1LoW authored Jan 26, 2025
2 parents 75fefd8 + 2607056 commit 6fc545c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.81.0](https://github.com/k1LoW/tbls/compare/v1.80.0...v1.81.0) - 2025-01-26
### Breaking Changes 🛠
- Fix schema.json for generating JSON Schema of schema.json by @k1LoW in https://github.com/k1LoW/tbls/pull/646
### New Features 🎉
- Support external database driver by @k1LoW in https://github.com/k1LoW/tbls/pull/649
### Fix bug 🐛
- Fix JSON Schema by @k1LoW in https://github.com/k1LoW/tbls/pull/650
### Other Changes
- touch up grammar, punctuation, and Markdown by @brandondrew in https://github.com/k1LoW/tbls/pull/644
- Fix typo by @fkmy in https://github.com/k1LoW/tbls/pull/647
- Fix linux release by @k1LoW in https://github.com/k1LoW/tbls/pull/648

## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2025-01-17
### New Features 🎉
- Support wildcard in `viewpoints[].tables:` by @k1LoW in https://github.com/k1LoW/tbls/pull/643
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.80.0"
var Version = "1.81.0"

0 comments on commit 6fc545c

Please sign in to comment.