Skip to content

Commit 02aa2ea

Browse files
Develop (#34)
fixes #33
1 parent 23d0831 commit 02aa2ea

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [0.2.4-rc.1](https://github.com/Nagidal/hatch-semver/tree/0.2.4-rc.1) - 2022-11-15
6+
7+
8+
### Development Details
9+
10+
- Use hatch-semver for versioning [#33](https://github.com/Nagidal/hatch-semver/issues/33)
11+
12+
513
## [0.2.3](https://github.com/Nagidal/hatch-semver/tree/0.2.3) - 2022-11-15
614

715

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling>=1.8.0",
4+
"hatch-semver",
45
]
56
build-backend = "hatchling.build"
67

@@ -58,13 +59,16 @@ semver = "hatch_semver.plugin.hooks"
5859

5960
[tool.hatch.version]
6061
path = "src/hatch_semver/__about__.py"
62+
validate-bump = true
63+
scheme = "semver"
6164

6265
[tool.hatch.envs.default]
6366
dependencies = [
6467
"pytest",
6568
"pytest-cov",
6669
"wheel",
6770
"towncrier",
71+
"twine",
6872
]
6973

7074
[tool.hatch.envs.test]

src/hatch_semver/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
__maintainer__ = __author__
99
__maintainer_email__ = __author_email__
1010
__release_date__ = date(year=2022, month=11, day=13)
11-
__version__ = "0.2.3"
11+
__version__ = "0.2.4-rc.1"

0 commit comments

Comments
 (0)