Skip to content

Commit 81c4612

Browse files
committed
Publish 0.4.0
SHA256 hashes: hatch_nodejs_version-0.4.0-py3-none-any.whl: 37ac31fce33ede0b47a59c4c8ffed232e11113bda9618a95bd07ec716260d5c7 hatch_nodejs_version-0.4.0.tar.gz: 2428ea398dd053f019d2b7ac949dd6b690ca8e826b6d433ad13c5b6c475ae91b
1 parent 14290e3 commit 81c4612

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.4.0
6+
7+
([Full Changelog](https://github.com/agoose77/hatch-nodejs-version/compare/v0.3.2...14290e3cb9e53ebab6934901dc7f5220bafbf4b9))
8+
9+
### Enhancements made
10+
11+
- ENH: Accept dev prerelease versions [#26](https://github.com/agoose77/hatch-nodejs-version/pull/26) ([@minrk](https://github.com/minrk))
12+
13+
### Bugs fixed
14+
15+
- chore: fix check-release workflow [#30](https://github.com/agoose77/hatch-nodejs-version/pull/30) ([@agoose77](https://github.com/agoose77))
16+
17+
### Documentation improvements
18+
19+
- DOCS: drop installation link [#24](https://github.com/agoose77/hatch-nodejs-version/pull/24) ([@agoose77](https://github.com/agoose77))
20+
21+
### Other merged PRs
22+
23+
- chore: update version info [#31](https://github.com/agoose77/hatch-nodejs-version/pull/31) ([@agoose77](https://github.com/agoose77))
24+
- chore: update CI [#29](https://github.com/agoose77/hatch-nodejs-version/pull/29) ([@agoose77](https://github.com/agoose77))
25+
- feat: use dependency-groups [#28](https://github.com/agoose77/hatch-nodejs-version/pull/28) ([@agoose77](https://github.com/agoose77))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/agoose77/hatch-nodejs-version/graphs/contributors?from=2023-09-06&to=2025-07-24&type=c))
30+
31+
[@agoose77](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Aagoose77+updated%3A2023-09-06..2025-07-24&type=Issues) | [@minrk](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Aminrk+updated%3A2023-09-06..2025-07-24&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.3.2
636

737
([Full Changelog](https://github.com/agoose77/hatch-nodejs-version/compare/v0.3.0...4d3c73d2f4e5ac927274dc810351bc0be95ef224))
@@ -19,5 +49,3 @@
1949
([GitHub contributors page for this release](https://github.com/agoose77/hatch-nodejs-version/graphs/contributors?from=2022-09-21&to=2023-09-06&type=c))
2050

2151
[@agoose77](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Aagoose77+updated%3A2022-09-21..2023-09-06&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Ablink1073+updated%3A2022-09-21..2023-09-06&type=Issues) | [@vikramaditya91](https://github.com/search?q=repo%3Aagoose77%2Fhatch-nodejs-version+involves%3Avikramaditya91+updated%3A2022-09-21..2023-09-06&type=Issues)
22-
23-
<!-- <END NEW CHANGELOG ENTRY> -->

hatch_nodejs_version/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Angus Hollands <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.3.2"
4+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)