File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ## tmuxp 1.18.1 (2022-10-31)
25
+
24
26
### Bug fix
25
27
26
28
- cli: ` tmuxp load ` : Fix pass-through of config files (#843 )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tmuxp"
3
- version = " 1.18.0 "
3
+ version = " 1.18.1 "
4
4
description = " tmux session manager"
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 1
1
__title__ = "tmuxp"
2
2
__package_name__ = "tmuxp"
3
- __version__ = "1.18.0 "
3
+ __version__ = "1.18.1 "
4
4
__description__ = "tmux session manager"
5
5
__email__ = "tony@git-pull.com"
6
6
__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments