Skip to content

Commit 15cc979

Browse files
authored
Release 0.2.3
Release the completed compatibility, docs, CI, release, and Dependabot hardening work as 0.2.3.
1 parent d621e98 commit 15cc979

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
All notable changes to `winuvloop` are documented here.
44

5-
## 0.2.2 - Unreleased
5+
## 0.2.3 - 2026-04-25
66

7-
- Add public API stubs for better editor and type-checker ergonomics.
87
- Add `backend_version()` for support logs and diagnostics.
98
- Improve missing-backend import errors with Python implementation context.
109
- Expand README guidance for `uvloop`, `winloop`, and `winuvloop` selection.
@@ -16,6 +15,10 @@ All notable changes to `winuvloop` are documented here.
1615
- Keep Python 3.9 development installs on the compatible Twine line so
1716
Dependabot security updates can resolve.
1817

18+
## 0.2.2 - 2026-04-25
19+
20+
- Add public API stubs for better editor and type-checker ergonomics.
21+
1922
## 0.2.1 - 2026-04-25
2023

2124
- Move packaging to standard PEP 621 metadata and the `uv_build` backend.

pyproject.toml

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

55
[project]
66
name = "winuvloop"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Use uvloop on Linux/macOS and winloop on Windows through one small asyncio compatibility import."
99
readme = "README.md"
1010
requires-python = ">=3.8.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)