Skip to content

Commit 6910bad

Browse files
authored
2 parents fb16b3b + 5e8e49b commit 6910bad

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGES

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

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

22+
### Development
23+
24+
- libtmux: Bump minimum version 0.40.0 -> 0.40.1 (#956)
25+
26+
Bug fix for server environmental variables from https://github.com/tmux-python/libtmux/pull/553.
27+
Thank you @ppentchev!
28+
2229
## tmuxp 1.50.0 (2024-12-20)
2330

2431
_Maintenance only, no bug fixes or new features_

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.40.0",
42+
"libtmux~=0.40.1",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

uv.lock

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

0 commit comments

Comments
 (0)