Skip to content

Commit

Permalink
chore: bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Aug 17, 2024
1 parent b9b1311 commit 33c10ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.0

* Add basic `noxfile` with uv backend.
* Simplified patching implementation.
* Test dependency updates.

# 1.0.2

* Add `uvloop` example to README.md
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 = "hatchling.build"

[project]
name = "backports.asyncio.runner"
version = "1.0.3"
version = "1.1.0"
description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle."
license = { text = "PSF-2.0" }
requires-python = ">=3.8,<3.11"
Expand Down

0 comments on commit 33c10ea

Please sign in to comment.