Skip to content

Commit e23569d

Browse files
committed
Tag v1.66.0 (logging updates via #1017)
1 parent 13906cc commit e23569d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2727
// Usage: tmuxp@next load yoursession
2828
```
2929

30-
## tmuxp 1.66.0 (Yet to be released)
30+
## tmuxp 1.67.0 (Yet to be released)
3131

3232
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3333

3434
<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
3535
_Notes on the upcoming release will go here._
3636
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3737

38+
## tmuxp 1.66.0 (2026-03-08)
39+
3840
### Bug fixes
3941

4042
- Fix default CLI log level from INFO to WARNING so normal usage is not noisy (#1017)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmuxp"
3-
version = "1.65.0"
3+
version = "1.66.0"
44
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__title__ = "tmuxp"
1010
__package_name__ = "tmuxp"
11-
__version__ = "1.65.0"
11+
__version__ = "1.66.0"
1212
__description__ = "tmux session manager"
1313
__email__ = "tony@git-pull.com"
1414
__author__ = "Tony Narlock"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)