We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b67bd commit 1fea62fCopy full SHA for 1fea62f
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- version list -->
4
5
+## v1.5.0 (2025-10-10)
6
+
7
+### Features
8
9
+- Implement pywrangler types to generate Python type stubs
10
+ ([#38](https://github.com/cloudflare/workers-py/pull/38),
11
+ [`39b67bd`](https://github.com/cloudflare/workers-py/commit/39b67bd24ed3916de12aa9025703ed18fe4a73cd))
12
13
14
## v1.4.0 (2025-10-10)
15
16
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "workers-py"
-version = "1.4.0"
+version = "1.5.0"
description = "A set of libraries and tools for Python Workers"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments