From bf9a0fdfc8f061f0bb87f29f3610b53c4716a7a4 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Thu, 6 Jun 2024 16:48:52 -0400 Subject: [PATCH] release: finalization --- cmd/hof/verinfo/verinfo.go | 2 +- docs/config.cue | 2 +- docs/config.yaml | 4 ++-- docs/content/changelogs/v0.6.x/changelog.md | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cmd/hof/verinfo/verinfo.go b/cmd/hof/verinfo/verinfo.go index 5b3b14c7c..bcf9b930b 100644 --- a/cmd/hof/verinfo/verinfo.go +++ b/cmd/hof/verinfo/verinfo.go @@ -15,7 +15,7 @@ var ( BuildArch = "Unknown" // todo, look this up from deps - CueVersion = "0.8.2" + CueVersion = "0.9.0" // this is a version we can fetch with hof mod // the value gets injected into templates in various places diff --git a/docs/config.cue b/docs/config.cue index 7da84c25f..a6e2e536f 100644 --- a/docs/config.cue +++ b/docs/config.cue @@ -26,7 +26,7 @@ params: { github_repo: "https://github.com/hofstadter-io/hof" time_format_default: "January 2, 2006" hofver: "v0.6.9-rc.2" - cuever: "v0.8.2" + cuever: "v0.9.0" cuedocBase: "https://pkg.go.dev/cuelang.org/go@\(cuever)" slackLink: "https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A" discordLink: "https://discord.gg/BXwX7n6B8w" diff --git a/docs/config.yaml b/docs/config.yaml index 14f7a3d1c..7aa8e4a79 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -19,8 +19,8 @@ params: github_repo: https://github.com/hofstadter-io/hof time_format_default: January 2, 2006 hofver: v0.6.9-rc.2 - cuever: v0.8.2 - cuedocBase: https://pkg.go.dev/cuelang.org/go@v0.8.2 + cuever: v0.9.0 + cuedocBase: https://pkg.go.dev/cuelang.org/go@v0.9.0 slackLink: https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A discordLink: https://discord.gg/BXwX7n6B8w keywords: diff --git a/docs/content/changelogs/v0.6.x/changelog.md b/docs/content/changelogs/v0.6.x/changelog.md index 923705276..7a967b462 100644 --- a/docs/content/changelogs/v0.6.x/changelog.md +++ b/docs/content/changelogs/v0.6.x/changelog.md @@ -11,6 +11,7 @@ There are also new features like the CUE commands and the hof TUI. ### main changes +- CUE v0.9.0 (+1 bugfix commit after) - Added the CUE commands [def,eval,export,vet] - Adjusted flags for consistency with CUE and internally across commands - Added `hof tui` for real-time CUE manipulation and exploration