File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
+++++++++
4
4
5
+ 1.2.2 (2024-09-06)
6
+ ==================
7
+
8
+ - Add editable to ``builder.get_requries_for_build ``'s static types
9
+ (PR :pr: `764 `, fixes issue :issue: `763 `)
10
+ - Include artifact attestations in our release
11
+ (PR :pr: `782 `)
12
+ - Fix typing compatibility with typed ``pyproject-hooks ``
13
+ (PR :pr: `788 `)
14
+ - Mark more tests with ``network ``
15
+ (PR :pr: `808 `)
16
+ - Add more intersphinx links to docs
17
+ (PR :pr: `804 `)
18
+ - Make ``uv `` optional for tests
19
+ (PR :pr: `807 ` and :pr: `813 `)
20
+
5
21
1.2.1 (2024-03-28)
6
22
==================
7
23
Original file line number Diff line number Diff line change 18
18
from ._util import check_dependency
19
19
20
20
21
- __version__ = '1.2.1 '
21
+ __version__ = '1.2.2 '
22
22
23
23
__all__ = [
24
24
'__version__' ,
You can’t perform that action at this time.
0 commit comments