Skip to content

Commit

Permalink
Merge pull request #491 from k1LoW/tagpr-from-v1.66.0
Browse files Browse the repository at this point in the history
Release for v1.67.0
  • Loading branch information
k1LoW authored Jun 17, 2023
2 parents 79b46ea + a6676ec commit 18df4cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.67.0](https://github.com/k1LoW/tbls/compare/v1.66.0...v1.67.0) - 2023-06-17
### New Features 🎉
- Support grouping tables in viewpoints by @k1LoW in https://github.com/k1LoW/tbls/pull/493
### Fix bug 🐛
- Fix schema.Schema.NormalizeTableName by @k1LoW in https://github.com/k1LoW/tbls/pull/490
### Other Changes
- Use CloneWithoutViewpoints in config.Config.ModifySchema by @k1LoW in https://github.com/k1LoW/tbls/pull/492
- Use lo by @k1LoW in https://github.com/k1LoW/tbls/pull/494

## [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
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.66.0"
var Version = "1.67.0"

0 comments on commit 18df4cf

Please sign in to comment.