Skip to content

Commit 4f49988

Browse files
1.0.4
Automatically generated by python-semantic-release
1 parent 229062d commit 4f49988

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

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+
513
## v1.0.3 (2025-06-20)
614

715
### Bug Fixes

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.0.3"
7+
version = "1.0.4"
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)