Skip to content

Commit

Permalink
Tag v1.48.0 (built with uv)
Browse files Browse the repository at this point in the history
And libtmux 0.38.0+, which is built with uv.
  • Loading branch information
tony committed Nov 26, 2024
1 parent 5c428d2 commit c48dbb6
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.48.0 (unreleased)
## tmuxp 1.49.0 (unreleased)

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

## tmuxp 1.48.0 (2024-11-26)

_Maintenance only, no bug fixes or new features_

### Breaking changes

- Minimum libtmux version 0.37.0 -> 0.38.1 (#950)
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.47.0"
version = "1.48.0"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
requires-python = ">=3.8,<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.47.0"
__version__ = "1.48.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 c48dbb6

Please sign in to comment.