Skip to content

Commit

Permalink
chore: changelog and note supported versions to fix #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Dec 19, 2024
1 parent 044c57c commit 37e25e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^

Expand Down
3 changes: 3 additions & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 37e25e2

Please sign in to comment.