Skip to content

Commit

Permalink
Tag v1.22.0 (tmuxp shell improvement from #854)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 27, 2022
1 parent 8c8c786 commit b2dc31f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.22.x (unreleased)
## tmuxp 1.23.x (unreleased)

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

- `tmuxp shell` now detects current `server` via `TMUX` (#854)
## tmuxp 1.22.0 (2022-12-27)

### Improvement

- `tmuxp shell`: now detects current `server` via `TMUX` (#854)

## tmuxp 1.21.0 (2022-12-27)

*Maintenance only, no bug fixes or features*
_Maintenance only, no bug fixes or features_

- libtmux 0.17.2 -> 0.18.0

Expand All @@ -35,15 +39,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

## tmuxp 1.20.2 (2022-12-27)

*Internal update only*
_Internal update only_

- libtmux 0.17.1 -> 0.17.2

More deprecation warnings

## tmuxp 1.20.1 (2022-12-27)

*Internal update only*
_Internal update only_

- libtmux 0.17.0 -> ~0.17.1

Expand Down Expand Up @@ -114,6 +118,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
- Support for environmental variables
- Remove reliance on `distutils.version.LooseVersion` for
`libtmux._compat.LegacyVersion`

- Fix distutil warnings by using libtmux 0.16.0's `LegacyVersion` (#727)

## tmuxp 1.18.2 (2022-11-06)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tmuxp"
version = "1.21.0"
version = "1.22.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.21.0"
__version__ = "1.22.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit b2dc31f

Please sign in to comment.