Skip to content

Commit 60e8752

Browse files
henryiiilayday
andauthored
chore: bump to 1.3.0 (#919)
* chore: bump to 1.3.0 Signed-off-by: Henry Schreiner <[email protected]> * Update CHANGELOG.rst Co-authored-by: layday <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: layday <[email protected]>
1 parent 807cfba commit 60e8752

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
Changelog
33
+++++++++
44

5+
1.3.0 (2025-08-01)
6+
==================
7+
8+
- Add ``--config-json``
9+
(PR :pr:`916`, fixes issue :issue:`900`)
10+
- Drop Python 3.8
11+
(PR :pr:`891`)
12+
- Test on Python 3.14, colorful help on 3.14+
13+
(PR :pr:`895`)
14+
- Fix ``ModuleNotFoundError`` when ``pip`` is not installed
15+
(PR :pr:`898`)
16+
- Disable use of ``pip install --python`` for debundled pip
17+
(PR :pr:`861`)
18+
- Don't pass no-wheel to virtualenv if it would warn
19+
(PR :pr:`892`)
20+
- Optimize our tests to run faster
21+
(PR :pr:`871`, :pr:`872`, :pr:`738`)
22+
- Allow running our tests without virtualenv
23+
(PR :pr:`911`)
24+
- Fix issues in our tests
25+
(PR :pr:`824`, :pr:`918`, :pr:`870`, :pr:`915`, :pr:`862`, :pr:`863`, :pr:`899`, :pr:`896`, :pr:`854`)
26+
- Use SPDX identifiers for our license metadata
27+
(PR :pr:`914`)
28+
- Use dependency-groups for our development
29+
(PR :pr:`880`)
30+
- Mention conda and update uv mention in README/docs
31+
(PR :pr:`842`, :pr:`816`, :pr:`917`)
32+
533
1.2.2 (2024-09-06)
634
==================
735

src/build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from ._util import check_dependency
1919

2020

21-
__version__ = '1.2.2.post1'
21+
__version__ = '1.3.0'
2222

2323
__all__ = [
2424
'BuildBackendException',

0 commit comments

Comments
 (0)