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 22Changelog
33+++++++++
44
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+
5211.2.1 (2024-03-28)
622==================
723
Original file line number Diff line number Diff line change 1818from ._util import check_dependency
1919
2020
21- __version__ = '1.2.1 '
21+ __version__ = '1.2.2 '
2222
2323__all__ = [
2424 '__version__' ,
You can’t perform that action at this time.
0 commit comments