Skip to content

Commit

Permalink
Merge pull request #434 from k1LoW/tagpr-from-v1.61.0
Browse files Browse the repository at this point in the history
Release for v1.62.0
  • Loading branch information
k1LoW authored Feb 8, 2023
2 parents 88c4547 + fcbd3a8 commit e043006
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.62.0](https://github.com/k1LoW/tbls/compare/v1.61.0...v1.62.0) - 2023-02-08
- Bundle LICENSE file by @k1LoW in https://github.com/k1LoW/tbls/pull/433
- Add `er.showColumnTypes.related:` for showing related columns only by @k1LoW in https://github.com/k1LoW/tbls/pull/432
- Add `er.hideColumnTypes:notRelated:` for hiding not related columns by @yasu89 in https://github.com/k1LoW/tbls/pull/430
- Add `er.showColumnTypes.primary:` for showing primary key columns only by @k1LoW in https://github.com/k1LoW/tbls/pull/435

## [v1.61.0](https://github.com/k1LoW/tbls/compare/v1.60.0...v1.61.0) - 2023-02-02
- Added options for curl to skip downloading of tbls if the newest file exists by @usmanovbf in https://github.com/k1LoW/tbls/pull/423
- Fixed position of a comment in the `use` script by @rsky in https://github.com/k1LoW/tbls/pull/426
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.61.0"
var Version = "1.62.0"

0 comments on commit e043006

Please sign in to comment.