Skip to content

Commit

Permalink
Merge pull request #945 from cderici/release-3.2.2
Browse files Browse the repository at this point in the history
#945

## What's Changed

* Repository Maintenance Improvements by @cderici in #922
* Stale bot to not bother feature requests by @cderici in #926
* Fix linter issues by @cderici in #928
* Fix docstring typo by @DanielArndt in #927
* Fix asyncio on README by @marceloneppel in #930
* Fix integration/test_application.test_action by @cderici in #932
* Update 3.2 facade clients by @cderici in #931
* [JUJU-4488] Add licence headers to source files on 3.x by @cderici in #934
* Update async tests to use builtin python suite by @DanielArndt in #935
* Pass correct charm url to series selector by @cderici in #942
* Green CI cleanup for python-libjuju by @cderici in #939
* Bring forward support for nested assumes expressions on 3x by @cderici in #943

### Notes

JUJU-4532

[JUJU-4488]: https://warthogs.atlassian.net/browse/JUJU-4488?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
jujubot committed Sep 7, 2023
2 parents dc8499c + 052dabf commit 24db195
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.2.0.1
3.2.2
26 changes: 23 additions & 3 deletions 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
Expand Down

0 comments on commit 24db195

Please sign in to comment.