Skip to content

Commit

Permalink
v3.0.0 — Support onbuild with Hatch
Browse files Browse the repository at this point in the history
- Migrated from setuptools to hatch
- Support using the `onbuild` step with Hatch
- **Breaking**: The `build_dir` argument passed to `Versioningit.do_onbuild()` and `onbuild` method callables has been changed to an `OnbuildFileProvider` ABC
  • Loading branch information
jwodder committed Dec 14, 2023
1 parent 1bc3347 commit 8e86565
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v3.0.0 (in development)
-----------------------
v3.0.0 (2023-12-13)
-------------------
- Migrated from setuptools to hatch
- Support using the `onbuild` step with Hatch
- **Breaking**: The `build_dir` argument passed to `Versioningit.do_onbuild()`
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v3.0.0 (in development)
-----------------------
v3.0.0 (2023-12-13)
-------------------
- Migrated from setuptools to hatch
- Support using the ``onbuild`` step with Hatch
- **Breaking**: The ``build_dir`` argument passed to
Expand Down
2 changes: 1 addition & 1 deletion src/versioningit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<https://versioningit.rtfd.io> for more information.
"""

__version__ = "3.0.0.dev1"
__version__ = "3.0.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "versioningit@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 8e86565

Please sign in to comment.