From f6657d5336af136987a928f9bfe0b49dedc9befe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Jan 2023 15:02:02 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e0cf73f6..06502d75 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.58.0" +var Version = "1.59.0" From 67835df98da2f94b247307469bebcb550a021f13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Jan 2023 15:02:03 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61697875..daa45630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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