diff --git a/docs/changelog.rst b/docs/changelog.rst index 5c97888..d045c32 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.10.0 (2023-12-22) +------------------- + +- Switch to the ``structlog`` package for logging. + 0.9.5 (2023-12-20) ------------------ diff --git a/pyproject.toml b/pyproject.toml index fd42435..339505b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pg-purepy" -version = "0.9.5" +version = "0.10.0" description = "A pure-Python anyio-based PostgreSQL adapter." authors = ["Lura Skye "] license = "LGPL-3.0-or-later"