Skip to content

Commit 5bf5ecd

Browse files
committed
docs: prepare for 1.9.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fbf4955 commit 5bf5ecd

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
1.9.0
2+
-----
3+
4+
* Drop Python <3.8 (`#683 <https://github.com/tomerfiliba/plumbum/pull/683>`_)
5+
* Add 3.13 testing and classifiers (`#690 <https://github.com/tomerfiliba/plumbum/pull/690>`_)
6+
* setuptools-less installs couldn't translate, add test (`#373 <https://github.com/tomerfiliba/plumbum/pull/373>`_)
7+
* Use importlib resources (`#680 <https://github.com/tomerfiliba/plumbum/pull/680>`_)
8+
* Replaced ``NotImplementedError`` by ``NotImplemented`` (`#667 <https://github.com/tomerfiliba/plumbum/pull/667>`_)
9+
110
1.8.3
211
-----
312

4-
* Fix StdinDataRedirection's formulate() method by @nebbish in https://github.com/tomerfiliba/plumbum/pull/629
5-
* Missing non-zero return code from TEE'd pipe by @vient in https://github.com/tomerfiliba/plumbum/pull/661
6-
* Fix stalling in Pipeline command by @astaric in https://github.com/tomerfiliba/plumbum/pull/632
7-
* Use high-speed method for C locale too by @henryiii in https://github.com/tomerfiliba/plumbum/pull/681
8-
* Update index.rst - fix broken link for sh project by @mcint in https://github.com/tomerfiliba/plumbum/pull/658
13+
* Fix StdinDataRedirection's formulate() method (`#629 <https://github.com/tomerfiliba/plumbum/pull/629>`_)
14+
* Missing non-zero return code from TEE'd pipe (`661 <https://github.com/tomerfiliba/plumbum/pull/661>`_)
15+
* Fix stalling in Pipeline command (`#632 <https://github.com/tomerfiliba/plumbum/pull/632>`_)
16+
* Use high-speed method for C locale too (`#691 <https://github.com/tomerfiliba/plumbum/pull/681>`_)
17+
* Update index.rst - fix broken link for sh project (`#658 <https://github.com/tomerfiliba/plumbum/pull/658>`_)
918

1019
1.8.2
1120
-----

docs/_news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* **2023.10.05**: Version 1.9.0 released with Python 3.8-3.13 support, and some small fixes.
2+
13
* **2024.04.29**: Version 1.8.3 released with some small fixes, final version to support Python 3.6 and 3.7.
24

35
* **2023.05.30**: Version 1.8.2 released with a PyPI metadata fix, Python 3.12b1 testing, and a bit more typing.

0 commit comments

Comments
 (0)