Skip to content

Commit

Permalink
Merge pull request #457 from k1LoW/tagpr-from-v1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Mar 25, 2023
2 parents a30a3bf + 63e734b commit 305646a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.64.0](https://github.com/k1LoW/tbls/compare/v1.63.0...v1.64.0) - 2023-03-25
- [Breaking Change] Add workaround for overlapping characters in the table name area of ER diagrams. by @k1LoW in https://github.com/k1LoW/tbls/pull/456
- [Breaking Change] Add workaround for overlapping text in table name area of ER diagram on table page by @k1LoW in https://github.com/k1LoW/tbls/pull/458

## [v1.63.0](https://github.com/k1LoW/tbls/compare/v1.62.1...v1.63.0) - 2023-03-13
- Fix unclosed fenced code block in README by @onk in https://github.com/k1LoW/tbls/pull/445
- Add build tag for test by @k1LoW in https://github.com/k1LoW/tbls/pull/451
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.63.0"
var Version = "1.64.0"

0 comments on commit 305646a

Please sign in to comment.