Skip to content

Commit

Permalink
Merge pull request #395 from k1LoW/tagpr-from-v1.56.9
Browse files Browse the repository at this point in the history
Release for v1.57.0
  • Loading branch information
k1LoW authored Dec 11, 2022
2 parents 23cb2e7 + 09184d0 commit ef67c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.57.0](https://github.com/k1LoW/tbls/compare/v1.56.9...v1.57.0) - 2022-12-11
- Fix linter settings by @k1LoW in https://github.com/k1LoW/tbls/pull/394
- Update pkgs by @k1LoW in https://github.com/k1LoW/tbls/pull/396
- Use mongo:4.x because MongoDB 5.0+ requires a CPU with AVX support by @k1LoW in https://github.com/k1LoW/tbls/pull/397
- [BREAKING] Output schema data file by default by @k1LoW in https://github.com/k1LoW/tbls/pull/398

## [v1.56.9](https://github.com/k1LoW/tbls/compare/v1.56.8...v1.56.9) - 2022-12-06
- Update sample/mariadb by @k1LoW in https://github.com/k1LoW/tbls/pull/391
- fix: Percentage columns are always output in Excel format by @zonbitamago in https://github.com/k1LoW/tbls/pull/390
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.56.9"
var Version = "1.57.0"

0 comments on commit ef67c34

Please sign in to comment.