Skip to content

v0.11.0-alpha.1

Compare
Choose a tag to compare
@Peefy Peefy released this 09 Dec 16:00
· 46 commits to main since this release
0b9b9fd

Changelog

  • 0b9b9fd Chore: (deps): bump github.com/goccy/go-yaml from 1.15.5 to 1.15.8 (#185)
  • 11fc1e8 fix: fix missing echo in kcl run (#184)
  • 2dcc098 fix: bump kpm version to 0.11.0-alpha.2 (#183)
  • 25be385 Chore: (deps): bump kcl-lang.io/kpm (#175)
  • aa2a7f2 Chore: (deps): bump github.com/goccy/go-yaml from 1.13.4 to 1.15.5 (#180)
  • fc83743 Chore: (deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#181)
  • b00b079 fix: fix typo (#182)
  • c5ecdd1 Merge pull request #178 from kcl-lang/dependabot/github_actions/docker/metadata-action-5.6.1
  • 9cb36d1 Merge pull request #176 from kcl-lang/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • faa67ee Merge pull request #177 from kcl-lang/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.22.0
  • c68fee9 chore: (deps): bump docker/metadata-action from 5.5.1 to 5.6.1
  • dc6c200 Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0
  • 9bd8992 Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 1d18eea Merge pull request #174 from kcl-lang/chore-update-image-e2e-test-tag
  • 6b3ba07 chore: update image e2e test tag
  • 9a21a82 Merge pull request #172 from kcl-lang/test-kcl-mod-pull-in-image
  • e5681b7 test: the git repo
  • 541806f test in the temp dir
  • 94e6694 chore: add KCL_PKG_PATH env
  • a202206 chore: use the test image
  • 4061925 test: add kcl mod pull test in the image
  • 7a2de26 Merge pull request #173 from kcl-lang/fix-fail-test
  • 964fa99 fix: fix test cases
  • 91e2f00 Merge pull request #170 from kcl-lang/add-ca-certificates-in-image
  • 4dd3203 chore: add ca-certificates deps in the image
  • a459cdf Merge pull request #169 from kcl-lang/refactor-mod-graph
  • 314705e refactor: move 'kcl mod graph' to api Graph()
  • 5318611 Merge pull request #168 from kcl-lang/support-add-rename
  • 9c56821 fix: add more test cases
  • 88a617a Merge pull request #166 from kcl-lang/dependabot/go_modules/golang.org/x/mod-0.22.0
  • 10fa6c2 Chore: (deps): bump golang.org/x/mod from 0.21.0 to 0.22.0
  • 1be3513 feat: supports rename for 'kcl mod add'
  • 927fd46 Merge pull request #165 from kcl-lang/run-mod-spec
  • 9915b0c fix: fix unit test
  • 8afe80d feat: make 'kcl mod run' support ModSpec
  • 5fb9c9a chore: bump cli version to 0.11.0-alpha.1
  • 8402460 Merge pull request #164 from kcl-lang/add-mod-spec
  • 7308b2c fix: bump kpm version to main to fix ci test
  • 507879f fix: fix CI test
  • 9730806 feat: make 'kcl mod add' supports ModSpec
  • 20d46fa Merge pull request #163 from kcl-lang/pull-mod-spec
  • d27dfba fix: fix ci e2e test
  • 8654669 fix: add command doc
  • 118aab4 fix: rm useless code changes
  • ed16b08 feat: 'kcl mod pull' supports ModSpec