Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Oct 6, 2024
1 parent 8c01a0f commit 96bae3b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions history/1.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
* Support the semi-standardised ``CFLAGS``, ``MACOSX_DEPLOYMENT_TARGET`` and
``MACOSX_ARCHITECTURE`` as aliases for the pre-existing ``CC_FLAGS``,
``MACOS_DEPLOYMENT_TARGET`` and ``MACOS_ARCHITECTURE`` environment variables.

* Fix building wheels with new setuptools+wheel versions.

* .. rst-class:: in-red

Remove ``cslug.__version__`` attribute. Use
``importlib.metadata.version("cslug")`` instead.

* .. rst-class:: in-red

Fix the macOS deployment target not being enforced for targets below 10.12.

* Drop end of life Python versions 3.6 and 3.7.

* The build command in :class:`~cslug.exceptions.BuildError` now uses shell-like
syntax instead of an argument list.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name="cslug"
version = "0.7.0"
name = "cslug"
version = "1.0.0"
authors = [
{ name="Brénainn Woodsend", email="[email protected]" },
]
Expand Down

0 comments on commit 96bae3b

Please sign in to comment.