Skip to content

Commit 37e25e2

Browse files
committed
chore: changelog and note supported versions to fix #1241
1 parent 044c57c commit 37e25e2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/changelog.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
---------
33

4+
3.6.1.0
5+
^^^^^^^
6+
7+
Friday 20th Dec 2024
8+
9+
## What's Changed
10+
* add 3.5.5 schema and update SCHEMAS.md by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1223
11+
* feat: larger default websockets frame size by @dimaqq in https://github.com/juju/python-libjuju/pull/1239
12+
* deprecate juju.jasyncio by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1221
13+
* remove juju.loop, deprecated before 3.0 by @dimaqq in https://github.com/juju/python-libjuju/pull/1242
14+
* new wait for idle implementation, behind a feature flag ``JUJU_NEW_WAIT_FOR_IDLE`` in https://github.com/juju/python-libjuju/pull/1245
15+
416
3.6.0.0
517
^^^^^^^
618

docs/readme.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Bug reports: https://github.com/juju/python-libjuju/issues
77

88
Documentation: https://pythonlibjuju.readthedocs.io/en/latest/
99

10+
Supported Python versions: 3.8 through 3.13
11+
Supported Juju versions: 3.1 through 3.6
12+
1013

1114
Design Notes
1215
------------

0 commit comments

Comments
 (0)