Skip to content

v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 07:05
· 518 commits to main since this release

Changelog

  • a3d08f1 feat: update 'kclvm version' by git tag.
  • b06ad46 Merge pull request kcl-lang#68 from zong-zhe/add-kpm-metadata
  • bb7c568 feat: support 'kpm metadata' to show the metadata for dependencies.
  • d432165 Merge pull request kcl-lang#64 from zong-zhe/refactor-kpm-cli
  • 0eaa4cc Merge pull request kcl-lang#63 from zong-zhe/add-kpm-pull
  • 0bebaed refactor: 'kpm registry login/logout' -> 'kpm login/logout'.
  • bbe75aa fix: fix typo 'KCP' -> 'KCL'.
  • 7c9e7d0 Feat: add 'kpm pull' to pull the kcl package from oci registry.
  • 838c316 Feat: add 'kpm push' to push the kcl package to oci registry.
  • af9d9a8 Feat: add 'kpm push' to push the kcl package to oci registry. (kcl-lang#62)
  • 10fb38c Merge pull request kcl-lang#60 from zong-zhe/add-dep-link
  • 40b57de feat: create a symbolic link for the dependencies.
  • 9679688 Merge pull request kcl-lang#57 from zong-zhe/feat-kpm-run
  • acf9129 feat: add "--kcl_args" for "kpm run" to pass the args to kclvm.
  • bba0504 Merge pull request kcl-lang#52 from zong-zhe/rename-kpm-home
  • 4eb9ec7 feat: rename KPM_HOME to KCL_PKG_PATH
  • d545de1 Merge pull request kcl-lang#51 from zong-zhe/fix-add-bug
  • 266fba3 fix:fix 'kpm add' would redownload the dependences each time.
  • 6b49fca Merge pull request kcl-lang#47 from zong-zhe/kpm-run-oci
  • 01bbbe0 fix: make e2e test happy.
  • 1038ecc fix: fix CR comments.
  • 4973e98 feat: 'kpm run' supports compile the kcl package from oci registry.
  • 571b2b2 Merge pull request kcl-lang#45 from zong-zhe/kpm-registry-logout
  • a7c0fbf feat: add 'kpm registry logout' to logout from registry.
  • 8ca954a fix: make go lint happy
  • beb39a6 feat: go mod tidy
  • 8d19348 feat: add 'kpm registry login' to supports login oci registry.
  • 37e0e25 Merge pull request kcl-lang#40 from zong-zhe/kpm-run-tar
  • 82b12ae fix: make go lint happy.
  • 818dbbd fix: make e2e test happy.
  • ad086a4 fix: rm useless files in test cases
  • 76bf802 feat: add '--tar' for 'kpm run' to run the kcl package tar.
  • 6710cfc Merge pull request kcl-lang#39 from zong-zhe/add-e2e-test
  • 4ad2810 fix: make go lint happy and fix ci.
  • 85df6d6 Feat: add e2e test framework for kpm cli.
  • 04986a5 Merge pull request kcl-lang#34 from zong-zhe/fix-ci
  • 1997eb3 Merge pull request kcl-lang#33 from zong-zhe/check-kclvm-cli