From 37e25e2c3e32b5dbbc28b11e3474b57a8464711a Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Fri, 20 Dec 2024 08:58:21 +0900 Subject: [PATCH] chore: changelog and note supported versions to fix #1241 --- docs/changelog.rst | 12 ++++++++++++ docs/readme.rst | 3 +++ 2 files changed, 15 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index adaa842d5..8d5daec6f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,18 @@ Changelog --------- +3.6.1.0 +^^^^^^^ + +Friday 20th Dec 2024 + +## What's Changed +* add 3.5.5 schema and update SCHEMAS.md by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1223 +* feat: larger default websockets frame size by @dimaqq in https://github.com/juju/python-libjuju/pull/1239 +* deprecate juju.jasyncio by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1221 +* remove juju.loop, deprecated before 3.0 by @dimaqq in https://github.com/juju/python-libjuju/pull/1242 +* new wait for idle implementation, behind a feature flag ``JUJU_NEW_WAIT_FOR_IDLE`` in https://github.com/juju/python-libjuju/pull/1245 + 3.6.0.0 ^^^^^^^ diff --git a/docs/readme.rst b/docs/readme.rst index b237e2067..3c6567795 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -7,6 +7,9 @@ Bug reports: https://github.com/juju/python-libjuju/issues Documentation: https://pythonlibjuju.readthedocs.io/en/latest/ +Supported Python versions: 3.8 through 3.13 +Supported Juju versions: 3.1 through 3.6 + Design Notes ------------