Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

All notable changes to `winuvloop` are documented here.

## 0.2.2 - Unreleased
## 0.2.3 - 2026-04-25

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

## 0.2.2 - 2026-04-25

- Add public API stubs for better editor and type-checker ergonomics.

## 0.2.1 - 2026-04-25

- Move packaging to standard PEP 621 metadata and the `uv_build` backend.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "uv_build"

[project]
name = "winuvloop"
version = "0.2.2"
version = "0.2.3"
description = "Use uvloop on Linux/macOS and winloop on Windows through one small asyncio compatibility import."
readme = "README.md"
requires-python = ">=3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading