Skip to content

Commit 1fea62f

Browse files
1.5.0
Automatically generated by python-semantic-release
1 parent 39b67bd commit 1fea62f

File tree

3 files changed

+345
-338
lines changed

3 files changed

+345
-338
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

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+
514
## v1.4.0 (2025-10-10)
615

716
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "workers-py"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
description = "A set of libraries and tools for Python Workers"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)