File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33+++++++++
44
5+ 1.4.0 (2026-01-08)
6+ ==================
7+
8+ - Add ``--quiet `` flag
9+ (:pr: `947 `)
10+ - Add option to dump PEP 517 metadata with ``--metadata ``
11+ (:pr: `940 `, :pr: `943 `)
12+ - Support ``UV `` environment variable
13+ (:pr: `971 `)
14+ - Remove a workaround for 3.14b1
15+ (:pr: `960 `)
16+ - In 3.14 final release, ``color `` defaults to ``True `` already
17+ (:pr: `962 `)
18+ - Pass sp-repo-review
19+ (:pr: `942 `)
20+ - In pytest configuration, ``log_level `` is better than ``log_cli_level ``
21+ (:pr: `950 `)
22+ - Split up typing and mypy
23+ (:pr: `944 `)
24+ - Use ``types-colorama ``
25+ (:pr: `945 `)
26+ - In docs, first argument for ``_has_dependency `` is a name
27+ (PR :pr: `970 `)
28+ - Fix test failure when ``flit-core `` is installed
29+ (PR :pr: `921 `)
30+
31+
5321.3.0 (2025-08-01)
633==================
734
Original file line number Diff line number Diff line change 1818from ._util import check_dependency
1919
2020
21- __version__ = '1.3 .0'
21+ __version__ = '1.4 .0'
2222
2323__all__ = [
2424 'BuildBackendException' ,
You can’t perform that action at this time.
0 commit comments