Skip to content

Commit

Permalink
Tag v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 2, 2022
1 parent 2ed8271 commit a57cbfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

- _Insert changes/features/fixes for next release here_

## tmuxp 1.11.1 (2022-05-02)

### Bug fix

- {issue}`775`: Assure click 8+

tmuxp 1.10 supports click 7.x.

## tmuxp 1.11.0 (2022-04-24)

### Compatibility

- {issue}`773`: Allow click 8.1.x
- {issue}`770`: Fix shell completion for `tmuxp load` {kbd}`tab` and `tmuxp freeze`
{kbd}`tab`
- Note: Requires click 8+ ({issue}`770`)

### Maintenance

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.11.0"
version = "1.11.1"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.11.0"
__version__ = "1.11.1"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit a57cbfe

Please sign in to comment.