Sourced from virtualenv's releases.
21.6.1
What's Changed
- 🐛 fix(fish): harden prompt against shadowed builtins by
@gaborbernatin pypa/virtualenv#3185Full Changelog: https://github.com/pypa/virtualenv/compare/21.6.0...21.6.1
Sourced from virtualenv's changelog.
Bugfixes - 21.6.1
- Harden the fish activator prompt against user functions that shadow builtins. Routing
functions,printf,string,echoandsource/.throughbuiltinstops a shadowing function (such as a dot-style directory navigator that redefines.) from hijacking the prompt and dropping the previous command's exit status, matching the CPython fix in[gh-140006](https://github.com/pypa/virtualenv/issues/140006) <https://github.com/python/cpython/issues/140006>_. (:issue:3185)
v21.6.0 (2026-07-06)
544ca3d
release 21.6.13abee98
🐛 fix(fish): harden prompt against shadowed builtins (#3185)