Skip to content

Releases: kcl-lang/kpm

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'

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)