Skip to content

Commit ad85da2

Browse files
committed
Tag v1.24.0 (tmuxp load fix)
1 parent 6a7a37f commit ad85da2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,21 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1515
// Usage: tmuxp@next load yoursession
1616
```
1717

18-
## tmuxp 1.24.x (unreleased)
18+
## tmuxp 1.25.x (unreleased)
1919

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

22+
## tmuxp 1.24.0 (2022-12-30)
23+
24+
_Maintenance only, no bug fixes or features_
25+
2226
### Internal improvements
2327

2428
- libtmux: 0.18.1 -> 0.18.2
2529

2630
Fix for starting new sessions at default socket / temporary directory
2731
([libtmux#464](https://github.com/tmux-python/libtmux/pull/464))
32+
2833
- CLI Tests: Refactor `tests/cli` (#858)
2934

3035
- Fix resolution of direcotries

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.24.0a0"
3+
version = "1.24.0"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.24.0a0"
3+
__version__ = "1.24.0"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)