Skip to content

Commit

Permalink
1.7.0: Bump changelog (#1511)
Browse files Browse the repository at this point in the history
* 1.7.0: Bump changelog

* fix version headline

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Robert <49005401+Gitznik@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Gitznik authored Aug 22, 2024
1 parent f7d2564 commit 551e9ce
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
1 change: 0 additions & 1 deletion changelog.d/1320.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1389.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1438.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1451.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1475.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1479.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1492.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1509.bugfix.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) for keeping t

<!-- towncrier release notes start -->

## [1.7.0](https://github.com/pypa/pipx/tree/1.7.0) - 2024-08-22

### Features

- Add a `--prepend` option to the `pipx ensurepath` command to allow prepending `pipx`'s location to `PATH` rather than appending to it. This is useful when you want to prioritize `pipx`'s executables over other executables in your `PATH`. ([#1451](https://github.com/pypa/pipx/issues/1451))
- List `PIPX_GLOBAL_[HOME|BIN_DIR|MAN_DIR]` in `pipx environment`. ([#1492](https://github.com/pypa/pipx/issues/1492))

### Bugfixes

- Introduce `PIPX_HOME_ALLOW_SPACE` environment variable, to silence the spaces in pipx home path warning ([#1320](https://github.com/pypa/pipx/issues/1320))
- Fix passing constraints file path into `pipx install` operation via `pip` args ([#1389](https://github.com/pypa/pipx/issues/1389))
- Add help messages for `pipx pin` and `pipx unpin` commands. ([#1438](https://github.com/pypa/pipx/issues/1438))
- Stop `pipx install --global` from installing files in `~/.local`. ([#1475](https://github.com/pypa/pipx/issues/1475))
- Fix installation abortion on multiple packages when one or more are already installed. ([#1509](https://github.com/pypa/pipx/issues/1509))

### Improved Documentation

- Move all documentation files to the `docs` directory. ([#1479](https://github.com/pypa/pipx/issues/1479))


## [1.6.0](https://github.com/pypa/pipx/tree/1.6.0) - 2024-06-01


Expand Down

0 comments on commit 551e9ce

Please sign in to comment.