We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229062d commit 4f49988Copy full SHA for 4f49988
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.0.4 (2025-06-20)
6
+
7
+### Bug Fixes
8
9
+- Use jsonc-parser for jsonc parsing to support multi-line comments
10
+ ([`229062d`](https://github.com/cloudflare/workers-py/commit/229062d717091b46010791f71df82e43a6323a5b))
11
12
13
## v1.0.3 (2025-06-20)
14
15
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "workers-py"
-version = "1.0.3"
+version = "1.0.4"
description = "A set of libraries and tools for Python Workers"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments