Skip to content

Commit

Permalink
Tag v1.50.0 (libtmux 0.40.0, modernize syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 21, 2024
1 parent 83ba343 commit 0b87732
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.50.0 (unreleased)
## tmuxp 1.51.0 (unreleased)

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

## tmuxp 1.50.0 (2024-12-20)

_Maintenance only, no bug fixes or new features_

### Development

- libtmux: Bump minimum version 0.39.0 -> 0.40.0 (#954)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tmuxp"
version = "1.49.0"
version = "1.50.0"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
requires-python = ">=3.9,<4.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.49.0"
__version__ = "1.50.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b87732

Please sign in to comment.