diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fdcfe..5241044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # CHANGELOG +## v0.0.5 (2023-02-26) + +### Added + +- feat: ParseDatabaseType receive tbls column (2022-11-07) + +### Others + +- chore: update make (2023-02-26) + +- chore: update lint (2023-02-26) + +- chore: bump go 1.20 github action (2023-02-26) + +- chore(deps): bump github.com/k1LoW/tbls from 1.62.0 to 1.62.1 (2023-02-20) + +- chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (2023-02-18) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (2023-02-17) + +- chore(deps): bump github.com/k1LoW/tbls from 1.61.0 to 1.62.0 (2023-02-09) + +- chore(deps): bump github.com/k1LoW/tbls from 1.60.0 to 1.61.0 (2023-02-06) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 (2023-02-03) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (2023-01-30) + +- chore(deps): bump github.com/k1LoW/tbls from 1.59.0 to 1.60.0 (2023-01-27) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.23.6 to 2.24.1 (2023-01-23) + +- chore(deps): bump github.com/k1LoW/tbls from 1.58.0 to 1.59.0 (2023-01-23) + +- chore(deps): bump github.com/k1LoW/tbls from 1.56.9 to 1.58.0 (2023-01-16) + +- chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.19.0 to 6.20.1 (2022-12-19) + +- chore(deps): bump github.com/k1LoW/tbls from 1.56.8 to 1.56.9 (2022-12-07) + +- chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (2022-12-05) + +- chore(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (2022-12-05) + +- chore: fix lint (2022-12-05) + +- Merge pull request #4 from haunt98/dependabot/go_modules/github.com/k1LoW/tbls-1.56.8 (2022-11-10) + +- Merge pull request #3 from haunt98/dependabot/go_modules/github.com/urfave/cli/v2-2.23.5 (2022-11-09) + +- chore: make verbose less verbose (2022-11-07) + +- chore(changelog): generate v0.0.4 (2022-11-07) + ## v0.0.4 (2022-11-07) ### Added