Skip to content

Commit 85f8890

Browse files
Merge pull request #8 from fleetingbytes/beta
Beta
2 parents aef2b81 + 00c6145 commit 85f8890

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

5+
## 0.1.0 (2024-04-10)
6+
7+
8+
### New Features
9+
10+
- Initial release [#7](https://github.com/fleetingbytes/human-regex/issues/7)

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ all = [
7979
"typing",
8080
]
8181

82+
[tool.hatch.envs.tc]
83+
dependencies = [
84+
"towncrier",
85+
]
86+
87+
[tool.hatch.envs.tc.scripts]
88+
draft = "towncrier build --draft"
89+
build = "towncrier build --yes"
90+
8291
[tool.hatch.envs.docs]
8392
dependencies = [
8493
"pdoc",

src/human_regex/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0-rc.1"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)