Skip to content

Commit

Permalink
Merge pull request #408 from k1LoW/tagpr-from-v1.58.0
Browse files Browse the repository at this point in the history
Release for v1.59.0
  • Loading branch information
k1LoW authored Jan 22, 2023
2 parents f783bd5 + 67835df commit fb53f48
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.59.0](https://github.com/k1LoW/tbls/compare/v1.58.0...v1.59.0) - 2023-01-22
- Fix option ( `--table` `--include` `--exclude` ) by @k1LoW in https://github.com/k1LoW/tbls/pull/407
- Support `--label` option for filtering tables by @k1LoW in https://github.com/k1LoW/tbls/pull/409
- Fix test by @k1LoW in https://github.com/k1LoW/tbls/pull/410
- Add `relations[*].override:` section for overriding relations by @k1LoW in https://github.com/k1LoW/tbls/pull/411
- [BREAKING] Support for cardinality detection by @k1LoW in https://github.com/k1LoW/tbls/pull/412
- Support for displaying cardinality in PlantUML output by @k1LoW in https://github.com/k1LoW/tbls/pull/413
- Add Mermaid output format by @k1LoW in https://github.com/k1LoW/tbls/pull/414
- Support `mermaid` for `er.format:` by @k1LoW in https://github.com/k1LoW/tbls/pull/415
- Add testutil by @k1LoW in https://github.com/k1LoW/tbls/pull/416
- Add `er.hideDef:` for hiding relation definition by @k1LoW in https://github.com/k1LoW/tbls/pull/417

## [v1.58.0](https://github.com/k1LoW/tbls/compare/v1.57.1...v1.58.0) - 2023-01-05
- [BREAKING] Exclude all tables except specific table by @k1LoW in https://github.com/k1LoW/tbls/pull/402
- Bump up go and pkgs by @k1LoW in https://github.com/k1LoW/tbls/pull/404
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.58.0"
var Version = "1.59.0"

0 comments on commit fb53f48

Please sign in to comment.