Skip to content

v0.9.0

Compare
Choose a tag to compare
@Peefy Peefy released this 04 Jul 13:56
· 350 commits to main since this release
efc7b9c

What's Changed

  • fix: fix missing dependencies when add dependencies from local path by @zong-zhe in #342
  • chore: bump kcl-go to v0.9.0-beta.1 by @Peefy in #343
  • chore: (deps): bump contributor-assistant/github-action from 2.3.0 to 2.4.0 by @dependabot in #345
  • chore: (deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #346
  • chore: (deps): bump actions/checkout from 2 to 4 by @dependabot in #347
  • chore: (deps): bump actions/setup-go from 2 to 5 by @dependabot in #348
  • Chore: (deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.19.0 by @dependabot in #349
  • Chore: (deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 by @dependabot in #353
  • Chore: (deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #352
  • Refactor dowloading git repo via git downloader by @officialasishkumar in #354
  • feat: support add dependencies from url by @zong-zhe in #357
  • refactor: refactor the function to parse KCL dependency url by @zong-zhe in #358
  • fix: fix invalid git url by @zong-zhe in #359
  • feat: add a tmp dir for adding dependency to reduce the impact of failed downloads by @zong-zhe in #360
  • chore: (deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #362
  • Chore: (deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in #361
  • feat: remove the replace for default registry dep by @zong-zhe in #365
  • feat: use orderedmap replace map for dependencies in kcl.mod by @zong-zhe in #373
  • fix: fix rename bug when on different filesystem by @zong-zhe in #375
  • feat: add unified api for CLI pull command by @zong-zhe in #376

Full Changelog: v0.8.7...v0.9.0