Releases: tmux-python/libtmux
v0.25.0 - doc and comparator improvements
Changes
Comparator fixes
- Fixed
__eq__
for windows. by @m1guelperez in #505 - fix(pane,session,server): Return
False
if type mismatched by @tony in #510
Documentation
New Contributors
- @m1guelperez made their first contribution in #505
Full Changelog: v0.24.1...v0.25.0
v0.24.1 - Packaging fixes
What's Changed
Packaging
- packaging: Remove requirements/ folder. Unused. by @tony in #507
- pyproject: Add
gp-libs
totest
dependency group
Full Changelog: v0.24.0...v0.24.1
v0.24.0 - Maintenance release
Maintenance only, no bug fixes or new features
What's Changed
Breaking changes
Packaging
-
packaging(pytest): Move configuration to pyproject.toml by @tony in #499
-
Poetry: 1.5.1 -> 1.6.1 (#497), 1.6.1 -> 1.7.0 (direct to trunk)
See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md
-
Packaging (poetry): Fix development dependencies
Per Poetry's docs on managing dependencies and
poetry check
, we had it wrong: Instead of using extras, we should create these:[tool.poetry.group.group-name.dependencies] dev-dependency = "1.0.0"
Which we now do.
Development
-
CI: Update action packages to fix warnings
- dorny/paths-filter: 2.7.0 -> 2.11.1
- codecov/codecov-action: 2 -> 3
Full Changelog: v0.23.2...v0.24.0
v0.23.2 - Maintenance release (final python 3.7 release)
Maintenance only, no bug fixes or new features
Final Python 3.7 Release (End of life was June 27th, 2023)
Full Changelog: v0.23.1...v0.23.2
v0.23.1 - Typo fixes, lint tweaks
Maintenance only, no bug fixes, or new features
Development
-
Automated typo fixes from typos-cli:
typos --format brief --write-changes
-
ruff's linter for code comments,
ERA
(eradicate), has been removed
Full Changelog: v0.23.0...v0.23.1
v0.23.0post2 - Maintenance release
Maintenance release
- More fixes missing code comments from
ruff
run.
Full Changelog: v0.23.0post1...v0.23.0post2
v0.23.0post1 - Maintenance follow up
Maintenance release
- More fixes missing code comments from
ruff
run.
Full Changelog: v0.23.0post0...v0.23.0post1
v0.23.0post0 - Maintenance release
Maintenance release
-
Fixes missing code comments from
ruff
run.A decision will be made later on completely eliminating these types of comments.
Full Changelog: v0.23.0...v0.23.0post0
v0.23.0 - Code quality improvements
This maintenance release covers only developer quality of life improvements, no bug fixes or new features
Maintenance
Full Changelog: v0.22.2...v0.23.0
v0.23.0a0 - Maintenance release
This maintenance release covers only developer quality of life improvements, no bug fixes or new features
Maintenance
Full Changelog: v0.22.2...v0.23.0a0