Skip to content

Commit 9689ecc

Browse files
committed
docs(CHANGES): Developmental releases, fix headings
1 parent a87db9b commit 9689ecc

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGES

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

3-
Here you can find the recent changes to libtmux
3+
To install the unreleased libtmux version, see [developmental releases](https://libtmux.git-pull.com/quickstart.html#developmental-releases).
44

5-
## current
5+
[pip](https://pip.pypa.io/en/stable/):
6+
7+
```console
8+
$ pip install --user --upgrade --pre libtmux
9+
```
10+
11+
## current - unrelated
612

713
- _Insert changes/features/fixes for next release here_
814

9-
#### Compatibility
15+
### Compatibility
1016

1117
- Internal: Use new separator to split `tmux(1)` formatting information (#289,
1218
#343)
@@ -19,31 +25,31 @@ Here you can find the recent changes to libtmux
1925

2026
- Basic type annotations (#359, #361) via @otherJL0
2127

22-
#### Development
28+
### Development
2329

2430
- Code cleanup (#362) from @otherJL0
2531
- Format with black w/ string normalization. This is a one-time diff (#354)
2632

27-
#### Documentation
33+
### Documentation
2834

2935
- Sidebar reorganized into sections
3036
- Added documentation on fetching developmental releases of libtmux
3137

3238
## libtmux 0.10.3 (2022-01-10)
3339

34-
#### Packaging
40+
### Packaging
3541

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

39-
#### Compatibility
45+
### Compatibility
4046

4147
- Drop python 3.6 (#344)
4248
- Add python 3.10, though still `packaging.version` issues remain (#344)
4349

4450
A compat module and version constraints will need to be added for this
4551

46-
#### Development
52+
### Development
4753

4854
- poetry: 1.1.7 -> 1.1.12 (#344)
4955
- Add `.pre-commit-config.yaml` (#344)

0 commit comments

Comments
 (0)