Skip to content

rbenv 1.2.0

Latest
Compare
Choose a tag to compare
@mislav mislav released this 29 Sep 18:49
· 91 commits to master since this release

Feature changes

  • Have shims survive upgrades via Homebrew #1350

  • Improve init: warn about missing shell and name the shell explicitly in the template #1099

  • Sort rbenv versions output semantically #1111

  • Remove misleading set by $(rbenv-version-origin) message when system ruby is in use #1203

  • Output more information in RBENV_DEBUG mode #1307

  • Improve compatibility with bash set -u (nounset) mode #1243

  • Remove fish completion script #1212

Fixes

  • Speed up rehash #1334

  • Disallow path segments and directory traversal in .ruby-version files #1156

  • Avoid type: write error: broken pipe warning #1195

  • Fix fish shell initialization #1220

  • Avoid unintentional globbing in bash completion #1253

  • Strip -<suffix> when detecting the shell #1311

  • Supply head -n flag explicitly #1332