Skip to content

Commit

Permalink
docs: changelog for 1.2.2 (#812)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
henryiii authored Sep 6, 2024
1 parent b44a886 commit 3b0b5d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
+++++++++

1.2.2 (2024-09-06)
==================

- Add editable to ``builder.get_requries_for_build``'s static types
(PR :pr:`764`, fixes issue :issue:`763`)
- Include artifact attestations in our release
(PR :pr:`782`)
- Fix typing compatibility with typed ``pyproject-hooks``
(PR :pr:`788`)
- Mark more tests with ``network``
(PR :pr:`808`)
- Add more intersphinx links to docs
(PR :pr:`804`)
- Make ``uv`` optional for tests
(PR :pr:`807` and :pr:`813`)

1.2.1 (2024-03-28)
==================

Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from ._util import check_dependency


__version__ = '1.2.1'
__version__ = '1.2.2'

__all__ = [
'__version__',
Expand Down

0 comments on commit 3b0b5d0

Please sign in to comment.