Skip to content

Commit 6829bd3

Browse files
authored
build(deps): libtmux 0.20.0 -> 0.21.0 to avoid isolated crashes (#865)
This should fix rare crashes that happen when the paste buffer included pipes ('|')s.
2 parents f35c39e + 17d2f99 commit 6829bd3

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGES

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

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

22+
_Maintenance only, no bug fixes or features_
23+
24+
### Internal improvements
25+
26+
- libtmux 0.20.0 -> 0.21.0 (#865)
27+
28+
This updates the separator uses from libtmux to be a rarer character. See
29+
[libtmux#475](https://github.com/tmux-python/libtmux/pull/475).
30+
2231
## tmuxp 1.26.0 (2023-01-15)
2332

2433
_Maintenance only, no bug fixes or features_

poetry.lock

+11-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.7"
50-
libtmux = "~0.20.0"
50+
libtmux = "~0.21.0"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)