Skip to content

Commit

Permalink
Merge pull request #482 from k1LoW/tagpr-from-v1.65.4
Browse files Browse the repository at this point in the history
Release for v1.66.0
  • Loading branch information
k1LoW authored Jun 16, 2023
2 parents 07c9d27 + 3a6f3cf commit da35dd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.66.0](https://github.com/k1LoW/tbls/compare/v1.65.4...v1.66.0) - 2023-06-16
### Breaking Changes 🛠
- Sort functions when config.Config.Format.Sort = true by @k1LoW in https://github.com/k1LoW/tbls/pull/484
- Read from config to generate ER diagram or not by @k1LoW in https://github.com/k1LoW/tbls/pull/485
- Support filtering by column labels by @k1LoW in https://github.com/k1LoW/tbls/pull/487
### New Features 🎉
- Support for making viewpoints by @k1LoW in https://github.com/k1LoW/tbls/pull/486
### Fix bug 🐛
- Fix parsing foreign key constraints by @k1LoW in https://github.com/k1LoW/tbls/pull/489
### Other Changes
- Add pronunciation by @muno92 in https://github.com/k1LoW/tbls/pull/481
- Bump github.com/snowflakedb/gosnowflake from 1.6.16 to 1.6.19 by @dependabot in https://github.com/k1LoW/tbls/pull/483
- Add viewpoint validation by @k1LoW in https://github.com/k1LoW/tbls/pull/488

## [v1.65.4](https://github.com/k1LoW/tbls/compare/v1.65.3...v1.65.4) - 2023-06-07
- Fix for when Postgres search path is empty by @codetheweb in https://github.com/k1LoW/tbls/pull/479

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.65.4"
var Version = "1.66.0"

0 comments on commit da35dd7

Please sign in to comment.