Skip to content

Commit bc7e8ab

Browse files
authored
docs: Prepare for 1.10 (#731)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent a0ffa22 commit bc7e8ab

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.10.0
2+
------
3+
4+
* Add Python π, drop Python 3.8 (`#705 <https://github.com/tomerfiliba/plumbum/pull/705`_)
5+
* CLI: Fix flag invoke behavior to respect ``False`` values (`#724 <https://github.com/tomerfiliba/plumbum/pull/724`_)
6+
* CLI: Allow subapplication registration under multiple subcommand names (`#725 <https://github.com/tomerfiliba/plumbum/pull/725`_)
7+
* CLI: Better support for future annotations on 3.9 (`#723 <https://github.com/tomerfiliba/plumbum/pull/723`_)
8+
* CLI: Termsize determination fixed on Linux Python 3.14, broken due to wrong struct size (`#721 <https://github.com/tomerfiliba/plumbum/pull/721`_)
9+
* Drop some unused variables (`#700 <https://github.com/tomerfiliba/plumbum/pull/700`_)
10+
* Simpler urljoin (`#707 <https://github.com/tomerfiliba/plumbum/pull/707>`_)
11+
* Use SPDX license identifier (`#702 <https://github.com/tomerfiliba/plumbum/pull/702>`_)
12+
113
1.9.0
214
-----
315

docs/_news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* **2025.10.31**: Version 1.10.0 released with Python 3.9-3.14 support, and some small fixes.
2+
13
* **2024.10.05**: Version 1.9.0 released with Python 3.8-3.13 support, and some small fixes.
24

35
* **2024.04.29**: Version 1.8.3 released with some small fixes, final version to support Python 3.6 and 3.7.

0 commit comments

Comments
 (0)