Releases: kcl-lang/kpm
Releases · kcl-lang/kpm
v0.6.0
Changelog
- 5a91dd1 Merge pull request #245 from zong-zhe/bump-kpm-version
- 7a43023 chore: bump kpm version to 0.6.0
- 48ada7b Merge pull request #244 from zong-zhe/add-git-commit
- 8a23512 fix: fix failed test case
- d8d7a5b feat: 'kpm add' supports adding the dependency tagged by git commit
- b4e4f7f fix: rm useless dir (#243)
- 72b9f3a Merge pull request #242 from kcl-lang/dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0
- 46d8da2 chore(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0
v0.5.0
Changelog
v0.4.7
v0.4.6
v0.4.5
Changelog
- f2d9f9b chore: bump kcl-go version and kpm version (#232)
- 8e1b778 Merge pull request #230 from zong-zhe/add-with-opts
- f6f8802 fix: add 'Deprecated' for RunWithOpt
- 9ae1cb2 fix: fix typo
- 8902a3d fix: add 'Deprecated'
- 6a71817 feat: add api whose input option with style 'WithXXX'
- 4cffe2d fix: fix ci (#231)
- 96db150 feat: add alias name for dependency (#229)
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Changelog
- c30f473 chore: bump version to v0.4.1
- 4a9277e Merge pull request #219 from kcl-lang/chore-remove-error-prefix
- 305bcd7 chore: remove error prefix in the error message
- 7868e7e Merge pull request #217 from zong-zhe/fix-metadata-autoupdate
- 49c5829 Merge pull request #218 from zong-zhe/rm-diag-prefix
- ec3033d fix: remove all the 'kpm:' prefix in kpm
- 03f7991 fix: fix windows test case
- 5e626d4 fix: remove the autoupdate of kcl.mod when use 'kpm metadata'
- 3b107b3 fix: throw all errors from low level (#216)
- cb0e284 Merge pull request #215 from zong-zhe/add-dep-link
- 02199fd feat: create a symbolic link for the dependencies
- 8d4fdbd Merge pull request #214 from zong-zhe/fix-update-bug
- f3a7c4a fix: fix update bug when the dependency is from local path
v0.4.0
Changelog
- 3b4043f chore: bump kcl version to 0.7.0.alpha.2 and bump kpm version to 0.4.0 (#213)
- 1b58fe5 feat: add 'kpm update' to update the dependencies (#212)
- 703dd7c Merge pull request #211 from kcl-lang/fix-kcl-run-with-settings
- d19a2aa fix: settings options without entry features in the run with opt API.
- 55b49ae Merge pull request #210 from zong-zhe/fix-run-oci
- 119089e fix: fix e2e test case
- 21100d4 fix: fix panic error when 'kpm run <oci_url>'
- dd18da2 doc: add docs for 'publish kcl package' (#208)
- abc1063 Merge pull request #209 from kcl-lang/entry-set-api
- 654cafd feat: add entry set APIs