Skip to content

Commit 019b6f4

Browse files
authored
build(deps): libtmux 0.25.0 -> 0.26.0 (docs + linting, #906)
2 parents 32dfcde + 7b1644b commit 019b6f4

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

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

22+
### Breaking changes
23+
24+
- libtmux: 0.25.0 -> 0.26.0, maintenance release (#906)
25+
26+
Doc string + linting stringency updates.
27+
2228
## tmuxp 1.34.0 (2023-12-21)
2329

2430
_Maintenance only, no bug fixes or new features_
@@ -28,6 +34,7 @@ _Maintenance only, no bug fixes or new features_
2834
- libtmux: 0.24.1 -> 0.25.0, maintenance release (#896)
2935

3036
Improve styling via pydocstyle.
37+
3138
- `config_reader`: Move to `tmuxp._internal` (#897)
3239
- `_types`: Move to `tmuxp._internal` (#900)
3340

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

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

0 commit comments

Comments
 (0)