From 33c10eacacb4ebb212915168fb34885146e29e8b Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:05:48 -0400 Subject: [PATCH] chore: bump to 1.1.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69fa42b..f67c832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7b8d39e..0efb001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"