Skip to content

[codex] Install latest release by default#4

Merged
rednafi merged 1 commit into
mainfrom
codex/install-latest-release
May 16, 2026
Merged

[codex] Install latest release by default#4
rednafi merged 1 commit into
mainfrom
codex/install-latest-release

Conversation

@rednafi
Copy link
Copy Markdown
Owner

@rednafi rednafi commented May 16, 2026

What changed

  • Update install.sh so the default install path resolves the latest GitHub release instead of pinning v0.1.0.
  • Keep EON_VERSION as an override and normalize values without a leading v, so EON_VERSION=0.1.4 works.
  • Update the README install note to describe latest-release resolution.

Why

The README curl install path was installing the stale v0.1.0 release by default, while the current macOS/Homebrew binary is newer. This makes Linux installs track the latest published release unless a user explicitly pins a version.

Validation

  • sh -n install.sh
  • macOS direct script invocation exits with the existing Homebrew guidance
  • Ubuntu 24.04 container: default install resolves and installs eon version 0.1.4 (2b6e0c8)
  • Ubuntu 24.04 container: EON_VERSION=0.1.4 installs eon version 0.1.4 (2b6e0c8)
  • go test -count=1 ./...

@rednafi rednafi marked this pull request as ready for review May 16, 2026 13:31
@rednafi rednafi merged commit bdb690a into main May 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant