Skip to content

Commit

Permalink
release: finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Jun 6, 2024
1 parent 52205eb commit bf9a0fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/hof/verinfo/verinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/content/changelogs/v0.6.x/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9a0fd

Please sign in to comment.