Releases: kcl-lang/cli
Releases · kcl-lang/cli
v0.7.0-alpha.2
Changelog
- d37cfe9 fix: output file for kcl results
- f6d5116 chore: update language command flags
- e0f2b8c Merge pull request #12 from zong-zhe/add-mod-update
- 9cfa653 feat: add 'kcl mod update'
- 895efa5 chore: bump kcl-go to latest
- 7b516c4 chore: update brews with depends
- c363db6 Merge pull request #11 from Peefy/bump-kcl-version-0.7.0-alpha.2
- abe9069 chore: bump kcl version to v0.7.0-alpha.2
- 90d6cf0 feat: add more command line tools
- fc2b00a Merge pull request #10 from Peefy/server-command
- c3b9c48 feat: add server command
- 3271e5f Merge pull request #9 from Peefy/file-expand-for-import-tool
- 103be1b feat: support file expand for the import tool
- 6b7d860 chore: add nfpms
- 9ba5ea1 chore: go mod tidy
- a546246 Merge pull request #8 from Peefy/kpm-related-cmd-migration
- 81b5332 feat: migrate kpm command to kcl cli
v0.6.0
v0.6.0-alpha.6
v0.6.0-alpha.5
v0.6.0-alpha.4
v0.6.0-alpha.3
v0.6.0-alpha.2
v0.6.0-alpha.1
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