From 052dabfd61e537ef64951edf32bb5a74997ddd6f Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Wed, 6 Sep 2023 14:34:58 -0600 Subject: [PATCH] Release 3.2.2.0 notes --- VERSION | 2 +- docs/changelog.rst | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 72dc1e3f..be94e6f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0.1 +3.2.2 diff --git a/docs/changelog.rst b/docs/changelog.rst index 4d1bd94a..d84ce608 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,16 +1,36 @@ Changelog --------- -3.2.0.1 +3.2.2.0 ^^^^^^^ -Thursday 20th July 2023 +Wednesday 6th September 2023 -This is a point release on the 3.x track, works with any Juju 3.x controller. +This is a minor release on the 3.x track, works with any Juju 3.x controller. What's Changed ============== +* Repository Maintenance Improvements by @cderici in https://github.com/juju/python-libjuju/pull/922 +* Stale bot to not bother feature requests by @cderici in https://github.com/juju/python-libjuju/pull/926 +* Fix linter issues by @cderici in https://github.com/juju/python-libjuju/pull/928 +* Fix docstring typo by @DanielArndt in https://github.com/juju/python-libjuju/pull/927 +* Fix asyncio on README by @marceloneppel in https://github.com/juju/python-libjuju/pull/930 +* Fix integration/test_application.test_action by @cderici in https://github.com/juju/python-libjuju/pull/932 +* Update 3.2 facade clients by @cderici in https://github.com/juju/python-libjuju/pull/931 +* [JUJU-4488] Add licence headers to source files on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/934 +* Update async tests to use builtin python suite by @DanielArndt in https://github.com/juju/python-libjuju/pull/935 +* Pass correct charm url to series selector by @cderici in https://github.com/juju/python-libjuju/pull/942 +* Green CI cleanup for python-libjuju by @cderici in https://github.com/juju/python-libjuju/pull/939 +* Bring forward support for nested assumes expressions on 3x by @cderici in https://github.com/juju/python-libjuju/pull/943 + +3.2.0.1 +^^^^^^^ + +Thursday 20th July 2023 + +This is a point release on the 3.x track, works with any Juju 3.x controller. + * Update readme and add some docstrings for functions by @cderici in https://github.com/juju/python-libjuju/pull/873 * Forward port subordinate utils by @cderici in https://github.com/juju/python-libjuju/pull/880 * [JUJU-3952] Revisit access control levels by @cderici in https://github.com/juju/python-libjuju/pull/882