File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Here you can find the recent changes to libtmux
6
6
7
7
current
8
8
-------
9
+ - *Insert changes/features/fixes for next release here *
10
+
11
+ libtmux 0.8.5 (2020-10-25)
12
+ --------------------------
9
13
- :issue: `297 `: Enchance subprocess interaction std[in|out|err]. Needed
10
14
for interact with big buffer, fixes :issue: `251 `, thank you
11
15
@gil-obradors!
@@ -14,7 +18,7 @@ current
14
18
duplicate description of module which sphinx warned about in api.rst.
15
19
- :issue: `266 ` Fix issue on local tests where env variables would cause
16
20
show-environment to pause tests indefinitely.
17
- - * Insert changes/features/fixes for next release here *
21
+
18
22
19
23
libtmux 0.8.4 (2020-10-25)
20
24
--------------------------
Original file line number Diff line number Diff line change 1
1
__title__ = 'libtmux'
2
2
__package_name__ = 'libtmux'
3
- __version__ = '0.8.4 '
3
+ __version__ = '0.8.5 '
4
4
__description__ = 'scripting library / orm for tmux'
5
5
__email__ = 'tony@git-pull.com'
6
6
__author__ = 'Tony Narlock'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
3
3
4
4
[tool .poetry ]
5
5
name = " libtmux"
6
- version = " 0.8.4 "
6
+ version = " 0.8.5 "
7
7
description = " scripting library / orm for tmux"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
You can’t perform that action at this time.
0 commit comments