Skip to content

Commit 39061eb

Browse files
1.1.8
Automatically generated by python-semantic-release
1 parent 64bc90a commit 39061eb

File tree

3 files changed

+217
-210
lines changed

3 files changed

+217
-210
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.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+
514
## v1.1.7 (2025-08-28)
615

716
### 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.1.7"
7+
version = "1.1.8"
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)