Skip to content

Commit 3b0b5d0

Browse files
authored
docs: changelog for 1.2.2 (#812)
* docs: prepare changelog for 1.2.2 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * chore: bump version Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update CHANGELOG.rst --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent b44a886 commit 3b0b5d0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
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+
521
1.2.1 (2024-03-28)
622
==================
723

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.1'
21+
__version__ = '1.2.2'
2222

2323
__all__ = [
2424
'__version__',

0 commit comments

Comments
 (0)