Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored and gaborbernat committed Sep 6, 2023
1 parent 4b61b8e commit c48f4ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
+++++++++

1.0.1 (2023-09-06)
==================

- Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug
triggered by adding ``data_filter`` in 1.0.0.
(PR :pr:`675`, fixes issue :issue:`674`)


1.0.0 (2023-09-01)
==================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "build"
version = "1.0.0"
version = "1.0.1"
description = "A simple, correct Python build frontend"
readme = "README.md"
requires-python = ">= 3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import annotations


__version__ = '1.0.0'
__version__ = '1.0.1'

import contextlib
import difflib
Expand Down

0 comments on commit c48f4ca

Please sign in to comment.