File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919
2020- _ Insert changes/features/fixes for next release here_
2121
22+ ## tmuxp 1.11.1 (2022-05-02)
23+
24+ ### Bug fix
25+
26+ - {issue}` 775 ` : Assure click 8+
27+
28+ tmuxp 1.10 supports click 7.x.
29+
2230## tmuxp 1.11.0 (2022-04-24)
2331
2432### Compatibility
2533
2634- {issue}` 773 ` : Allow click 8.1.x
2735- {issue}` 770 ` : Fix shell completion for ` tmuxp load ` {kbd}` tab ` and ` tmuxp freeze `
2836 {kbd}` tab `
37+ - Note: Requires click 8+ ({issue}` 770 ` )
2938
3039### Maintenance
3140
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tmuxp"
3- version = " 1.11.0 "
3+ version = " 1.11.1 "
44description = " tmux session manager"
55license = " MIT"
66authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 11__title__ = "tmuxp"
22__package_name__ = "tmuxp"
3- __version__ = "1.11.0 "
3+ __version__ = "1.11.1 "
44__description__ = "tmux session manager"
55__email__ = "tony@git-pull.com"
66__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments