Skip to content

v0.11.0: Added helper commands to the SQLy shell to improve its usability as a shell.

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 02:22
· 11 commits to main since this release
bdafa83

Release official documentation for users & developers

Changelog

  • d49e5a7 Add .cd helper command and .ls helper command
  • c368778 Add documents for GitHub Pages
  • 82c3657 Bump github.com/sergi/go-diff from 1.2.0 to 1.3.1
  • 4008dd4 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • a061c49 Introduce GitHub Pages
  • 00021c9 Merge pull request #89 from nao1215/dependabot/go_modules/github.com/sergi/go-diff-1.3.1
  • 1521605 Merge pull request #90 from nao1215/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • 07568da Merge pull request #94 from nao1215/nchika/introduce-gh-pages
  • 8b93dfc Merge pull request #95 from nao1215/nchika/add-doc
  • 955adff Merge pull request #96 from nao1215/nchika/refactor-shell
  • bdafa83 Merge pull request #98 from nao1215/nchika/cd-helper-command
  • 101163f Refactor shell package