Skip to content

chore(release): bump VERSION to 1.6.1 + CHANGELOG entry#22

Merged
samestrin merged 1 commit into
mainfrom
chore/release-1.6.1
May 4, 2026
Merged

chore(release): bump VERSION to 1.6.1 + CHANGELOG entry#22
samestrin merged 1 commit into
mainfrom
chore/release-1.6.1

Conversation

@samestrin
Copy link
Copy Markdown
Owner

Summary

Patch release covering the install.sh fixes shipped in #21:

  • curl … | bash now works without sudo (auto-fallback to ~/.local/bin for non-root + unwritable default)
  • --uninstall finds fallback installs and respects flag order
  • --install-dir <new-dir> auto-creates the directory
  • Synthetic-providers prompt + helper removed from install.sh (post-install llm-env quickstart is the documented path)

No new features and no breaking changes — patch bump per SemVer. Non-interactive installs are unaffected by the prompt removal since it only ever fired on a TTY.

Test plan

  • bash llm-env --version reports 1.6.1
  • CHANGELOG [Unreleased] finalized to [1.6.1] - 2026-05-04
  • No code changes — diff is two files (llm-env version line + CHANGELOG.md)
  • CI must pass before merge

Patch release for the install.sh fixes shipped in #21:
- curl|bash install now works without sudo (auto-fallback to ~/.local/bin)
- --uninstall finds fallback installs and respects late --install-dir
- --install-dir <new-dir> mkdir -p's the dir if its parent is writable
- synthetic-providers prompt + helper removed from install.sh

No new features and no breaking changes — patch bump is correct per SemVer.
Non-interactive installs (CI, piped bash) are unaffected by the prompt
removal since the prompt only fired on a TTY.
@samestrin samestrin merged commit 61d0244 into main May 4, 2026
8 checks passed
@samestrin samestrin deleted the chore/release-1.6.1 branch May 4, 2026 22:41
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