You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
0.13.2.1
2
-
- Remove virtual environment if installation did not complete (#193)
2
+
3
+
- Remove virtual environment if installation did not complete. For example, if it was interrupted by ctrl+c or if an exception occurred for any reason. (#193)
3
4
4
5
0.13.2.0
6
+
5
7
- Add shell autocompletions. Also add `pipx completions` command to print instructions on how to add pipx completions to your shell.
6
8
- Un-deprecate `ensurepath`. Use `userpath` internally instead of instructing users to run the `userpath` cli command.
7
9
- Improve detection of PIPX_BIN_DIR not being on PATH
0 commit comments