We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef2b81 + 00c6145 commit 85f8890Copy full SHA for 85f8890
CHANGELOG.md
@@ -2,3 +2,9 @@
2
3
<!-- towncrier release notes start -->
4
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
@@ -79,6 +79,15 @@ all = [
79
"typing",
80
]
81
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
91
[tool.hatch.envs.docs]
92
dependencies = [
93
"pdoc",
src/human_regex/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.1.0-rc.1"
+__version__ = "0.1.0"
0 commit comments