File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,17 @@ Here you can find the recent changes to libtmux
55## current
66
77- _ Insert changes/features/fixes for next release here_
8+
9+ ## libtmux 0.10.2 (2021-10-30)
10+
811- #324 : Update poetry to 1.1
912 - CI: Use poetry 1.1.7 and ` install-poetry.py ` installer
1013 - Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
1114- #339 (CI): Lock python at 3.9 to avoid poetry issue with ` dataclasses `
1215- #341 #342 : ` Server.attached_sessions() ` now supports multiple attached sessions.
1316
1417 Remove attached sessions limitation to not detect multiple attached clients,
15- thank you @Timoses
18+ thank you @timoses
1619
1720## libtmux 0.10.1 (2021-06-16)
1821- Update ` Window.select_window() ` for #271
Original file line number Diff line number Diff line change 11__title__ = 'libtmux'
22__package_name__ = 'libtmux'
3- __version__ = '0.10.1 '
3+ __version__ = '0.10.2 '
44__description__ = 'scripting library / orm for tmux'
5566__author__ = 'Tony Narlock'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
33
44[tool .poetry ]
55name = " libtmux"
6- version = " 0.10.1 "
6+ version = " 0.10.2 "
77description = " scripting library / orm for tmux"
88license = " MIT"
99authors = [
" Tony Narlock <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments