Skip to content

v0.6.5 - Introduce numerical sorting (include bug fix)

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 13:08
· 71 commits to main since this release

New Feature

  • 4f81560 Introduce numerical sorting

Fix Bugs

  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.

Changelog

  • c3cd341 Add automerged workflows
  • 282b1e7 Add comment
  • 86405fe Add coverage badge
  • 6cbf62e Add switch case for int
  • 271d9a5 Bump actions/checkout from 3 to 4
  • ad756d6 Bump actions/setup-go from 3 to 5
  • a7bc4b2 Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • 24f6f94 Bump github.com/fatih/color from 1.14.1 to 1.15.0
  • f917dcd Bump github.com/fatih/color from 1.15.0 to 1.16.0
  • c7e607b Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d97acc1 Bump github.com/google/wire from 0.5.0 to 0.6.0
  • 3d9ef1c Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17
  • 6f9f76e Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18
  • 58095c0 Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19
  • b6ccb9e Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22
  • 2fd8d9a Bump github.com/nao1215/gorky from 0.2.0 to 0.2.1
  • 26d06b0 Bump goreleaser/goreleaser-action from 2 to 5
  • d4d2b13 Change golden pacakge import path
  • 77b9ba1 Delete .github/workflows/auto-merged.yml
  • 611b013 Fix broken test
  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.
  • ec8ed08 Fix reviewdog
  • 64a9547 Fix reviewdog
  • ac130ba Fix reviewdog: type assertion must be checked
  • 861a351 GitHub sponsors
  • 4f81560 Introduce numerical sorting
  • fa6e853 Introduce octocov
  • 428d1bf Maintain dependencies for GitHub Actions
  • 50fc519 Merge pull request #28 from nao1215/change-golden-package-import-path
  • bf2394d Merge pull request #29 from nao1215/dependabot/go_modules/github.com/fatih/color-1.14.1
  • 91e0153 Merge pull request #30 from nao1215/dependabot/go_modules/github.com/fatih/color-1.15.0
  • a4e8700 Merge pull request #31 from nao1215/dependabot/go_modules/github.com/nao1215/gorky-0.2.1
  • 64473f7 Merge pull request #32 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.17
  • 51e4622 Merge pull request #33 from nao1215/automerged
  • c14d2d0 Merge pull request #34 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.6.0
  • f313512 Merge pull request #35 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.18
  • 2d71c46 Merge pull request #36 from nao1215/dependabot/go_modules/github.com/fatih/color-1.16.0
  • e56cce3 Merge pull request #37 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.19
  • 857d03a Merge pull request #40 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.22
  • d502f08 Merge pull request #41 from nao1215/dependabot/go_modules/github.com/google/wire-0.6.0
  • c496b42 Merge pull request #44 from nao1215/introduce-octocov
  • 77836a3 Merge pull request #45 from nao1215/update-project-config-files
  • 270fd41 Merge pull request #46 from nao1215/fix/bug-issue42
  • a88f1f9 Merge pull request #47 from nao1215/fix/issue-43
  • 0d05d52 Merge pull request #48 from nao1215/ddl-with-type
  • f52124c Merge pull request #49 from nao1215/update-project
  • ef8d51c Merge pull request #50 from nao1215/dependabot/github_actions/goreleaser/goreleaser-action-5
  • d37b957 Merge pull request #51 from nao1215/dependabot/github_actions/actions/setup-go-5
  • c23bf9e Merge pull request #52 from nao1215/dependabot/github_actions/actions/checkout-4
  • 4790d18 Update
  • f918ee9 Update
  • 6040f3d Update
  • 1c2c8f0 Update
  • 670e1a4 Update
  • c4eeddc Update auto-merged.yml
  • 4dc702a Update project config