Skip to content

Commit

Permalink
build(deps): libtmux 0.20.0 -> 0.21.0 to avoid isolated crashes (#865)
Browse files Browse the repository at this point in the history
This should fix rare crashes that happen when the paste buffer included
pipes ('|')s.
  • Loading branch information
tony authored Jan 29, 2023
2 parents f35c39e + 17d2f99 commit 6829bd3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

<!-- Maintainers, insert changes / features for the next release here -->

_Maintenance only, no bug fixes or features_

### Internal improvements

- libtmux 0.20.0 -> 0.21.0 (#865)

This updates the separator uses from libtmux to be a rarer character. See
[libtmux#475](https://github.com/tmux-python/libtmux/pull/475).

## tmuxp 1.26.0 (2023-01-15)

_Maintenance only, no bug fixes or features_
Expand Down
15 changes: 11 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'

[tool.poetry.dependencies]
python = "^3.7"
libtmux = "~0.20.0"
libtmux = "~0.21.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit 6829bd3

Please sign in to comment.