Skip to content

Releases: kcl-lang/kpm

v0.8.3

27 Mar 09:41
bede720
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

18 Mar 06:26
80caaec
Compare
Choose a tag to compare

Changelog

  • 80caaec fix: fix windows path bug (#280)
  • f70f6ff Merge pull request #279 from zong-zhe/add-sanitize-path
  • d2512d6 fix: fix test case
  • 9a291e7 fix: fix test case
  • db421f4 fix: fix windows cases
  • 22335e0 fix: fix test cases
  • 18abd37 feat: Added some methods for sanitizing path on different platforms
  • 116d6e4 Merge pull request #276 from liangyuanpeng/mod_opt_version
  • 36a43ff Add version option for mod init.

v0.8.1

14 Mar 11:56
ab7426f
Compare
Choose a tag to compare

Changelog

v0.8.0-beta.1

28 Feb 12:11
53aece1
Compare
Choose a tag to compare

Changelog

  • 53aece1 Merge pull request #273 from zong-zhe/fix-push-harbor
  • 7db26cc fix: fix some comments
  • e4583fa fix: fix the failure during push to harbor
  • b197e0b Merge pull request #272 from octonawish-akcodes/fix
  • c948c5d typo fix in toml.go
  • e0807e1 Merge pull request #250 from AkashKumar7902/enhancement-check-kcl-version-update-kcl.mod
  • af84cde address review comments
  • 67a77a0 Merge pull request #268 from AkashKumar7902/report-when-dependency-graph-contains-cycle
  • d3eb344 Merge branch 'main' into report-when-dependency-graph-contains-cycle
  • 6071084 address review comments
  • b6d5a18 Merge pull request #265 from Vanshikav123/patch-graph
  • b69a434 modFileContent
  • d3bf2e8 formatting
  • 63c79b7 test cases
  • fe8a344 fix e2e tests
  • 8c49378 add unit test
  • 4cc8128 fix: report in case of cyclic dependency
  • eed7b2e handling dependencies
  • e4dc025 unit-test
  • 621a765 fullPath
  • 789940e ParseKclModFile
  • 5f93ceb Merge branch 'kcl-lang:main' into patch-graph
  • 72b51bc Merge branch 'main' into enhancement-check-kcl-version-update-kcl.mod
  • 296b6ed Merge pull request #260 from atarax665/contribution
  • 0224b99 Merge pull request #264 from AkashKumar7902/dependency-graph
  • 6fcfb5c Add unit test and address review comments
  • f67db1b feat: run remote repo in kpm run (#251)
  • f8c4fbd changes
  • 7f1771c change
  • 3c0c3d0 pretest
  • a2c36b7 pretest
  • 5804939 feat: remove array of graphs
  • 43ed11e feat: add graph subcommand to print dependency graph
  • bd65b2a Merge pull request #262 from AkashKumar7902/remove-unused-arg
  • 7ac7e82 fix typo
  • aa1748b remove unused arg from func
  • d7097f5 Added contribution guideline link
  • 7848690 Merge pull request #259 from zong-zhe/fix-typo
  • 4d4e61a fix: fix typo '{k8s:KCL_MOD}' -> '${k8s:KCL_MOD}'
  • 11790da fix typo
  • 09ba1ca update kcl.mod package.edition with the kcl compiler version

v0.8.0

06 Mar 11:21
2dd4120
Compare
Choose a tag to compare

Changelog

  • 2dd4120 Merge pull request #274 from zong-zhe/fix-win-bug
  • 2c7dc2d fix: fix test case
  • efbcb87 fix: fix symlink bug on windows

v0.7.0

30 Jan 03:56
159edb7
Compare
Choose a tag to compare

Changelog

  • 159edb7 Merge pull request #258 from zong-zhe/deprecated-kpm-cmd
  • ac858d5 chore: make the kpm cli deprecated
  • 4edf455 chore: bump kpm version to 0.7.0 (#257)
  • 5e4483a Merge pull request #256 from zong-zhe/add-with-logger
  • 7552f2b fix: fix CR comments
  • a68a89e fix: fix CR comments
  • 7ccfee9 fix: make go lint happy
  • e0a1a4c feat: add 'WithLogWriter' for api 'RunWithOpts'
  • 194168a fix: cla ci tests
  • c6084e3 Merge pull request #249 from octonawish-akcodes/ver
  • ddc5d74 corrected the version command

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'