We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bc90a commit 39061ebCopy full SHA for 39061eb
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- version list -->
4
5
+## v1.1.8 (2025-09-25)
6
+
7
+### Bug Fixes
8
9
+- Sync: Use a token that we write only after sync succeeds
10
+ ([#29](https://github.com/cloudflare/workers-py/pull/29),
11
+ [`64bc90a`](https://github.com/cloudflare/workers-py/commit/64bc90ac3832e094e096130f87992d0899e6b8fc))
12
13
14
## v1.1.7 (2025-08-28)
15
16
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "workers-py"
-version = "1.1.7"
+version = "1.1.8"
description = "A set of libraries and tools for Python Workers"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments