We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4604d61 commit 96f0258Copy full SHA for 96f0258
CHANGES
@@ -12,6 +12,10 @@ $ pip install --user --upgrade --pre libtmux
12
13
- _Insert changes/features/fixes for next release here_
14
15
+## libtmux 0.15.x (unreleased)
16
+
17
+**Maintenance release, no features or fixes**
18
19
### Tests
20
21
- pytest plugin: Initial tests (for testing the plugin itself, #423)
@@ -20,6 +24,14 @@ $ pip install --user --upgrade --pre libtmux
24
25
- pyproject.toml: Note pytest framework in trove classifiers
22
26
27
+### Infrastructure
28
29
+- CI speedups (#428)
30
31
+ - Avoid fetching unused apt package
32
+ - Split out release to separate job so the PyPI Upload docker image isn't pulled on normal
33
+ runs
34
23
35
## libtmux 0.15.1 (2022-09-11)
36
37
### Packaging
0 commit comments