Skip to content

v0.6.0-alpha.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 03:04
· 484 commits to main since this release

Changelog

  • 7ed12d1 chore: bump version to v0.6.0-alpha.1
  • df71c46 chore: release v0.6.0-alpha.1
  • b4b1b94 chore: use latest version for the go installation
  • b489cfe chore: move package to the commands package
  • a8626f8 chore: add doc package
  • ea7e53c feat: support installation from go
  • b90e11c Merge pull request #5 from Peefy/feat-all-subcommands
  • 9ba6dd2 feat: add all subcommands for kcl
  • a4da757 Merge pull request #4 from Peefy/feat-plugin-framework
  • 76bd812 feat: add plugin framework and mod and registry subcommands
  • f5a4902 Merge pull request #3 from Peefy/feat-run-command
  • 8419ba9 fix: golang ci lint errors
  • fedcd57 feat: impl the run command and add test cases.
  • d01656a Merge pull request #2 from Peefy/chore-adjust-ci-test
  • ff729f5 chore: adjust makefile and ci scripts
  • 0cdfda3 Merge pull request #1 from Peefy/initial-cli
  • 14196f3 feat: init kcl cli projects.
  • e479f14 Initial commit