Skip to content

Commit abe6cf3

Browse files
Develop (#5)
* looks testable to me * v0.0.2 * updated changelog
1 parent e0dee8d commit abe6cf3

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# Changelog
2-
3-
<!-- towncrier release notes start -->
4-
5-
1+
# Changelog
2+
3+
<!-- towncrier release notes start -->
4+
5+
## [0.0.2](https://github.com/Nagidal/hatch-semver/tree/0.0.2) - 2022-11-10
6+
7+
8+
### Development Details
9+
10+
- Prepared project [#1](https://github.com/Nagidal/hatch-semver/issues/1)
11+
12+
13+
### Bugfixes
14+
15+
- Fixed plugin hook path [#4](https://github.com/Nagidal/hatch-semver/issues/4)
16+
17+

changelog.d/1.detail.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Homepage = "https://github.com/Nagidal/hatch-semver"
5252
Issues = "https://github.com/Nagidal/hatch-semver/issues"
5353

5454
[project.entry-points.hatch]
55-
semver = "hatch_semver.hooks"
55+
semver = "hatch_semver.plugin.hooks"
5656

5757
[project.scripts]
5858

src/hatch-semver/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
__maintainer__ = __author__
99
__maintainer_email__ = __author_email__
1010
__release_date__ = date(year=2022, month=11, day=10)
11-
__version__ = "0.0.1"
11+
__version__ = "0.0.2"
1212

0 commit comments

Comments
 (0)