populatedb-go/CHANGELOG.md

110 lines
2.7 KiB
Markdown
Raw Normal View History

2022-11-06 10:57:00 +00:00
# CHANGELOG
2023-02-25 17:05:12 +00:00
## 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)
2022-11-06 17:20:40 +00:00
## v0.0.4 (2022-11-07)
### Added
- feat: add --batch to support batch mode (2022-11-07)
- feat: support batch insert (wip) (2022-11-06)
### Others
- chore: add purpose in README (2022-11-07)
- chore: explain number record each batch more clear (2022-11-07)
- chore(changelog): generate v0.0.3 (2022-11-06)
2022-11-06 11:17:32 +00:00
## v0.0.3 (2022-11-06)
### Others
- chore: fix build github action (2022-11-06)
- chore: fix github action build (2022-11-06)
- chore(changelog): generate v0.0.2 (2022-11-06)
2022-11-06 11:08:47 +00:00
## v0.0.2 (2022-11-06)
### Others
- chore: fix wrong goreleaser build (2022-11-06)
- chore: add MIT license (2022-11-06)
- chore: update README (2022-11-06)
- chore: add goreleaser (2022-11-06)
- chore: add github action (2022-11-06)
- chore: update comment (2022-11-06)
- chore(changelog): generate v0.0.1 (2022-11-06)
2022-11-06 10:57:00 +00:00
## v0.0.1 (2022-11-06)
### Added
- feat: simple populator (2022-11-06)
- feat: skeleton cli app (2022-11-06)
- feat: init new populator (2022-11-06)