Skip to content

poetry build package #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Here you can find the recent changes to libtmux

- _Insert changes/features/fixes for next release here_

#### Packaging

First experimental release using `poetry build` (#347). If you are packaging and run
across any difficulty please see [#346](https://github.com/tmux-python/libtmux/issues/346)

#### Compatibility

- Drop python 3.6 (#344)
Expand All @@ -31,9 +36,11 @@ Here you can find the recent changes to libtmux
thank you @timoses

## libtmux 0.10.1 (2021-06-16)

- Update `Window.select_window()` for #271

## libtmux 0.10.0 (2021-06-16)

- #321: Convert to markdown
- {issue}`271`: Fix {}`select_window()` by providing the session ID as
argument to {}`-t`. Thanks @Flowdalic
Expand Down
Loading