Skip to content

v0.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 09:54
· 749 commits to main since this release
510e59b

Changelog

  • 510e59b feat: bump kpm version from 0.2.5 to 0.2.6. (#122)
  • 2067ede feat: specify the GOOS/GOARCH to build in '.goreleaser.yml'. (#121)
  • edf28d2 feat: rename go path (#119)
  • adfade3 Merge pull request #118 from zong-zhe/bump-kpm-version
  • 18dbf18 Merge pull request #117 from zong-zhe/bump-kcl-version
  • d313c89 chore: bump kpm version from '0.2.4' to '0.2.5'.
  • 4167cb2 chore: bump kcl version from v0.5.0-alpha.4 to v0.5.0-beta.1.
  • 37eca68 Merge pull request #116 from zong-zhe/add-docs-link
  • f7e562e fix: bump cla kcl bot.
  • 5183dd1 docs: feat docs.
  • a4171d4 Merge pull request #113 from zong-zhe/add-push-docs
  • c50ced2 fix: fix CR comments and mdfmt.
  • 330a150 feat: fix CR comments and add command reference.
  • 76594ea docs: add docs 'how to share kcl package' and update docs about 'kpm push'.
  • 534b50c Merge pull request #112 from zong-zhe/feat-kpm-push
  • 30ee2a1 fix: fix test on windows.
  • 2b15ce3 fix: Add todo comments
  • 2282857 fix: make push prompt better.
  • 2457318 fix: fix CR comments.
  • 2ff327e feat: 'kpm push' supports the default oci url.
  • 3281097 Merge pull request #114 from zong-zhe/fix-win-bugs
  • 12e0e47 fix: replace filepath.Join by url.JoinPath.
  • f767f12 Merge pull request #107 from zong-zhe/feat-oci-docs
  • 4975db8 fix: fix CR comments
  • 3134b52 feat: add gifs for kpm oci registry.
  • 7e15485 Merge pull request #110 from zong-zhe/add-mod-entries
  • 3f8c843 feat: add 'entries' in kcl.mod.
  • c4893e6 Merge pull request #109 from zong-zhe/feat-kpm-pull
  • fbaaa7c feat: Refactoring command 'kpm pull' to have the same style as 'kpm add'.
  • 68776ae Merge pull request #106 from zong-zhe/refactor-kpm-run
  • cff3198 fix: fix e2e test ci.
  • 691155f fix: fix CR
  • d7e1a29 fix: undate kclvm-go version
  • 7295ceb fix: fix go test
  • 2b068b9 fix: update kclvm_cli version in ci.
  • f94183b fix: fix test case.
  • a1f2e89 refactor: replace 'Command' with 'kclvm-go' when 'kpm run'.
  • bc542ce Merge pull request #105 from zong-zhe/fix-kpm-run
  • 539f4c5 fix: fix '--tag' is invalid in kpm run.