Releases: kcl-lang/cli
Releases · kcl-lang/cli
v0.9.1
v0.9.0
Changelog
- dcbcf80 chore: bump version to v0.9.0
- b78cefb chore: bump kcl-go to v0.9.0
- d88449f chore: bump kpm version to v0.9.0
- 3abbfac Merge pull request #103 from zong-zhe/unify-pull-cli
- eefdb53 fix: fix test case
- c00804f fix: fix cli docs
- 7189c40 fix: fix go.mod
- a178462 feat: unify pull cli
- a74fb44 fix: codelab schema examples
- 9764537 chore: bump kcl-go and kpm to v0.9.0-rc.2
v0.9.0-rc.1
Changelog
- c90c446 Merge pull request #101 from Peefy/chore-update-kcl-and-kcl-openapi-version
- 0fa7df7 chore: bump kcl and kcl-openapi version to latest
- 40dd70d chore: update kcl-openapi deps to v0.6.2
- e57c6b1 docs: add kcl doc tool escape html flag docs
- 968b851 Merge pull request #100 from kcl-lang/dependabot/github_actions/docker/build-push-action-6
- 1a0d34f Merge pull request #99 from kcl-lang/dependabot/go_modules/github.com/spf13/cobra-1.8.1
- 389c482 chore: (deps): bump docker/build-push-action from 5 to 6
- a3be76d Chore: (deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
- dd4d72b Merge pull request #98 from ekirmayer/bug/tini-arm64
- 574b68e Change tini to support arm64 image
- abbffd9 Merge pull request #96 from Peefy/feat-import-from-toml
- fc96f58 feat: import from toml on CLI
- a7be78c Merge pull request #95 from Peefy/feat-toml-format
- 3cc4966 feat: toml format output
- 26f40e6 Merge pull request #94 from Peefy/feat-add-queit-for-all-mod-cmd
- 85f65b8 feat: add queit mode for all mod and run cmd
- dc2b9a8 Merge pull request #92 from kcl-lang/dependabot/go_modules/kcl-lang.io/kpm-0.9.0-rc.1
- 87ed987 Chore: (deps): bump kcl-lang.io/kpm
- 3a5ce42 Merge pull request #91 from kcl-lang/dependabot/github_actions/goreleaser/goreleaser-action-6
- edd0a9f chore: (deps): bump goreleaser/goreleaser-action from 5 to 6
- 473af00 Merge pull request #90 from zong-zhe/mod-add-url
- f384a5f feat: uniform kcl cli
v0.9.0-beta.1
Changelog
- 45415db Merge pull request #88 from Peefy/enhance-clean-cmd
- 25e5d73 feat: enhance clean command with extra msgbox
- b804a5d Merge pull request #87 from Peefy/bump-kcl-090-beta
- e9fa5d8 chore: bump kcl version to v0.9.0-beta.1
- 86f0299 feat: add branch flag for the kcl mod add command
- f10084a chore: bump kpm to latest
- 9a613a8 Merge pull request #86 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.19.0
- 90c5484 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0
- b7b3daa Merge pull request #85 from Peefy/fix-kcl-arm64-image-release
- adb1c65 fix: kcl arm64 docker image release
- 18c9fec fix: release image
- 0496002 Merge pull request #84 from Peefy/feat-kcl-mod-rename-and-no-sum-check-flag
- 60d4e5f feat: add rename and no_sum_check flags for kcl mod command
- 2759a3e Merge pull request #82 from kcl-lang/dependabot/go_modules/github.com/fatih/color-1.17.0
- d9d9fd6 Chore: (deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
v0.9.0-alpha.1
Changelog
- 30f302a Merge pull request #81 from Peefy/bump-kcl-go-090-latest
- 21bb994 chore: bump kcl and kpm to latest version
- 22ae06d Merge pull request #80 from Peefy/ci-concurrent-test
- b8dbe5c ci: add concurrent test suites
- 52d0f10 Merge pull request #79 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.17.3
- 6b57238 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
- c02032e Merge pull request #78 from kcl-lang/dependabot/github_actions/contributor-assistant/github-action-2.4.0
- dc7bdf8 chore: (deps): bump contributor-assistant/github-action
v0.8.9
v0.8.8
Changelog
- 7a1fd7a fix: e2e test scripts
- fb71807 chore: bump kcl-go version to 0.8.7
- 9e0134c Merge pull request #75 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.33.1
- 6ccd8f7 Chore: (deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1
- 6672c72 chore: add tini in the kcl-lang docker image
- ee38d15 ci: add example e2e tests for different macos systems
v0.8.7
Changelog
- 8594bac Merge pull request #74 from Peefy/chore-bump-kcl-086
- 5cc708f fix: automation examples
- e53b2a8 chore: bump kcl lib to v0.8.6
- 949c983 fix: 0.8.6 version string
- d1a9d3b Merge pull request #73 from Peefy/fix-entry-with-pkg-deps
- cad0e19 fix: entry with pkg alias
- 866202d Merge pull request #72 from Peefy/fix-json-output-sort-keys
- 714d78d fix: json output with sort keys
- 9815b19 Merge pull request #71 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.17.2
- f0603fa Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
- d6227c7 Merge pull request #70 from Peefy/fix-wrong-artifact-env-in-dockerfile
- 953a443 fix: wrong artifact env path in dockerfile
- 80fc059 Merge pull request #69 from kcl-lang/dependabot/go_modules/github.com/onsi/gomega-1.33.0
- cecd8be Chore: (deps): bump github.com/onsi/gomega from 1.30.0 to 1.33.0
- cde3a7a chore: update cli run and lint documents