Skip to content

Releases: kcl-lang/cli

v0.6.0

26 Oct 03:45
Compare
Choose a tag to compare

Changelog

  • c4611a6 chore: bump version to v0.6.0
  • 3baba26 feat: add command name aliases for the run and doc command

v0.6.0-alpha.6

25 Oct 14:35
Compare
Choose a tag to compare

Changelog

  • 92b0d47 chore: bump version to 0.6.0-alpha.6
  • 5ad4ccf chore: update the goreleaser name template
  • ab1904c feat: impl setting file validation and run local file in the kcl module

v0.6.0-alpha.5

25 Oct 07:49
Compare
Choose a tag to compare

Changelog

  • aaf9614 chore: bump version to v0.6.0-alpha.5
  • 305c2b2 use default id

v0.6.0-alpha.4

25 Oct 07:03
Compare
Choose a tag to compare

Changelog

  • 763be9e fix: goreleaser.yml
  • 680b874 chore: add tag scripts.
  • deddef0 chore: bump version to v0.6.0-alpha.4

v0.6.0-alpha.3

25 Oct 06:07
Compare
Choose a tag to compare

Changelog

  • af0dded feat: impl override changed file
  • 8d0f691 refactor: impl root run command in the plugin handler.

v0.6.0-alpha.2

25 Oct 03:41
Compare
Choose a tag to compare

Changelog

  • 3c9d1c8 ci: add goreleaser binary name and archive format.
  • 845753f chore: bump version to v0.6.0-alpha.2
  • 6717022 docs: add installation ways

v0.6.0-alpha.1

25 Oct 03:04
Compare
Choose a tag to compare

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