Skip to content

v0.11.1

Latest
Compare
Choose a tag to compare
@cueckoo cueckoo released this 18 Dec 15:57
· 139 commits to master since this release

This release includes fixes for bugs which were uncovered and resolved in the last few weeks.

Modules

CL 1205761 fixes a crash which could occur when using cue mod get on a module with existing dependencies.

CL 1204614 fixes a regression where loading a CUE package whose directory name ends with .cue was no longer working.

Full list of changes since v0.11.0
  • internal/ci: update Go and goreleaser versions for the next release by @mvdan in f9cb3ee
  • internal/cueversion: bump for v0.11.1 by @mvdan in be16614
  • internal/mod/modload: sort module versions when adding a new dependency by @mvdan in 845f7e2
  • cue/load: support loading a CUE package whose directory ends with .cue by @mvdan in a725c38
  • doc: don't vendor a copy of DCO, as it is under another license by @jas4711 in 971ce58