Skip to content

Commit 486abef

Browse files
fleetingbytesSven Siegmund
andauthored
Beta (#88)
* feat: use python-semver 3 (#80) Co-authored-by: Sven Siegmund <[email protected]> * doc: fix links in the changelog (#81) Co-authored-by: Sven Siegmund <[email protected]> * doc: fix links in readme (#82) Co-authored-by: Sven Siegmund <[email protected]> * doc: link to a python-semver bug (#83) Co-authored-by: Sven Siegmund <[email protected]> * 79 use new hatch semver version (#84) * chore: update pyproject.toml * docs: updated changelog --------- Co-authored-by: Sven Siegmund <[email protected]> * doc: use normal hatchling in readme (#87) Co-authored-by: Sven Siegmund <[email protected]> --------- Co-authored-by: Sven Siegmund <[email protected]>
1 parent f8e99a4 commit 486abef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
- fix links in the changelog [#76](https://github.com/fleetingbytes/hatch-semver/issues/76)
1111
- fix links in readme [#77](https://github.com/fleetingbytes/hatch-semver/issues/77)
12+
- use normal hatchling in readme [#86](https://github.com/fleetingbytes/hatch-semver/issues/86)
1213
- doc: link to a python-semver bug [#78](https://github.com/fleetingbytes/hatch-semver/issues/78)
1314

1415

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduce hatch-semver as a build-dependency to your project (in your `pyproject
99
```toml
1010
[build-system]
1111
requires = [
12-
"hatchling>=1.8.0",
12+
"hatchling",
1313
"hatch-semver",
1414
]
1515
build-backend = "hatchling.build"

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
- fix links in the changelog [#76](https://github.com/fleetingbytes/hatch-semver/issues/76)
1111
- fix links in readme [#77](https://github.com/fleetingbytes/hatch-semver/issues/77)
12+
- use normal hatchling in readme [#86](https://github.com/fleetingbytes/hatch-semver/issues/86)
1213
- doc: link to a python-semver bug [#78](https://github.com/fleetingbytes/hatch-semver/issues/78)
1314

1415

0 commit comments

Comments
 (0)