Skip to content

Releases: kcl-lang/kpm

v0.6.0

10 Jan 08:56
5a91dd1
Compare
Choose a tag to compare

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

25 Dec 12:19
9b39f5d
Compare
Choose a tag to compare

Changelog

  • 9b39f5d chore: bump kpm version to 0.5.0 (#240)
  • 9e4d623 Merge pull request #239 from zong-zhe/fix-update-npe
  • deb86e0 fix: replace newline for test case on windows
  • 59603b4 fix: fix the npe when 'kpm add'
  • 7aa8c2c fix: defensive programming has been added to api 'GetEntries()' to reduce NPE (#238)

v0.4.7

25 Dec 06:20
0796c98
Compare
Choose a tag to compare

Changelog

  • 0796c98 Merge pull request #237 from zong-zhe/bump-kpm-version
  • 8775417 chore: bump kpm version to '0.4.7'
  • e8d4384 Merge pull request #235 from zong-zhe/fix-module-not-found
  • b5e705d fix: add more comments
  • dfd66f4 fix: fix the module not found when run with '--no_sum_check'

v0.4.6

22 Dec 08:04
34bb695
Compare
Choose a tag to compare

Changelog

  • 34bb695 chore: bump kpm version to 0.4.6 (#234)
  • 092d3db Merge pull request #233 from zong-zhe/feat-run-api
  • ebd4328 feat: optimize api 'RunWithOpts' and disable some output with '--no_sum_check'

v0.4.5

21 Dec 12:05
f2d9f9b
Compare
Choose a tag to compare

Changelog

v0.4.4

14 Dec 04:05
0d2ed61
Compare
Choose a tag to compare

Changelog

  • 0d2ed61 chore: bump kpm version to 0.4.4 (#227)
  • 626632d Merge pull request #226 from zong-zhe/support-no-lockfile
  • a085461 feat: add flag '--no_sum_check' to support no kcl.mod.lock generation

v0.4.3

13 Dec 08:51
Compare
Choose a tag to compare

What's Changed

  • feat: align the compile arguments in kcl.mod with the kcl.yaml by @zong-zhe in #222
  • fix: fix the missing update when dependency in kcl.mod and kcl.mod.lo… by @zong-zhe in #225

Full Changelog: v0.4.2...v0.4.3

v0.4.2

30 Nov 09:21
0c34bfc
Compare
Choose a tag to compare

Changelog

  • 0c34bfc chore: bump kpm version to 0.4.2 (#221)
  • b60b9ef feat: add api to 'GetFullSchemaTypeMappingWithFilters' (#220)

v0.4.1

22 Nov 05:44
Compare
Choose a tag to compare

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

14 Nov 10:15
3b4043f
Compare
Choose a tag to compare

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