File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
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
+
5
13
## [ 0.2.3] ( https://github.com/Nagidal/hatch-semver/tree/0.2.3 ) - 2022-11-15
6
14
7
15
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" hatchling>=1.8.0" ,
4
+ " hatch-semver" ,
4
5
]
5
6
build-backend = " hatchling.build"
6
7
@@ -58,13 +59,16 @@ semver = "hatch_semver.plugin.hooks"
58
59
59
60
[tool .hatch .version ]
60
61
path = " src/hatch_semver/__about__.py"
62
+ validate-bump = true
63
+ scheme = " semver"
61
64
62
65
[tool .hatch .envs .default ]
63
66
dependencies = [
64
67
" pytest" ,
65
68
" pytest-cov" ,
66
69
" wheel" ,
67
70
" towncrier" ,
71
+ " twine" ,
68
72
]
69
73
70
74
[tool .hatch .envs .test ]
Original file line number Diff line number Diff line change 8
8
__maintainer__ = __author__
9
9
__maintainer_email__ = __author_email__
10
10
__release_date__ = date (year = 2022 , month = 11 , day = 13 )
11
- __version__ = "0.2.3 "
11
+ __version__ = "0.2.4-rc.1 "
You can’t perform that action at this time.
0 commit comments