Skip to content

Commit 8e86565

Browse files
committed
v3.0.0 — Support onbuild with Hatch
- 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
1 parent 1bc3347 commit 8e86565

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v3.0.0 (in development)
2-
-----------------------
1+
v3.0.0 (2023-12-13)
2+
-------------------
33
- Migrated from setuptools to hatch
44
- Support using the `onbuild` step with Hatch
55
- **Breaking**: The `build_dir` argument passed to `Versioningit.do_onbuild()`

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v3.0.0 (in development)
7-
-----------------------
6+
v3.0.0 (2023-12-13)
7+
-------------------
88
- Migrated from setuptools to hatch
99
- Support using the ``onbuild`` step with Hatch
1010
- **Breaking**: The ``build_dir`` argument passed to

src/versioningit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<https://versioningit.rtfd.io> for more information.
4444
"""
4545

46-
__version__ = "3.0.0.dev1"
46+
__version__ = "3.0.0"
4747
__author__ = "John Thorvald Wodder II"
4848
__author_email__ = "[email protected]"
4949
__license__ = "MIT"

0 commit comments

Comments
 (0)