From d187c1e0d25e68a3a0fc06eeb0ac78e75cdee255 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 11 Jul 2024 19:42:12 +0000 Subject: [PATCH] chore(release): 3.5.2.0 release notes --- docs/changelog.rst | 22 ++++++++++++++++------ juju/version.py | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0ff5b85db..b9be9396f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,27 @@ Changelog --------- -3.5.0.0 +3.5.2.0 ^^^^^^^ -Thursday 30th May 2024 +Thursday 11th July 2024 ## What's Changed +* fix parsing of storage constraints by @luissimas in https://github.com/juju/python-libjuju/pull/1053 +* Add setuptools to tox.ini by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1058 +* fix(refresh): bug with revisions by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1067 +* feat: conventional commits static analysis by @SimonRichardson in https://github.com/juju/python-libjuju/pull/1068 +* fix(series): add noble support by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1063 +* fix zones constraints list parsing by @luissimas in https://github.com/juju/python-libjuju/pull/1054 +* fix(model): fix wrong instanciation of list-secrets facade by @gboutry in https://github.com/juju/python-libjuju/pull/1065 +* fix(makefile): run .tox before lint in makefile target by @cderici in https://github.com/juju/python-libjuju/pull/1069 + +3.5.0.0 +^^^^^^^ + +Thursday 30th May 2024 + * Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038 * Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041 * Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044 @@ -19,8 +33,6 @@ Thursday 30th May 2024 Monday 25th Mar 2024 -## What's Changed - * Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030 * fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020 * Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036 @@ -30,8 +42,6 @@ Monday 25th Mar 2024 Thursday 15th Feb 2024 -## What's Changed - This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios. * Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026 diff --git a/juju/version.py b/juju/version.py index b8fa95c5e..3b14eca58 100644 --- a/juju/version.py +++ b/juju/version.py @@ -5,4 +5,4 @@ DEFAULT_ARCHITECTURE = 'amd64' -CLIENT_VERSION = "3.5.0.0" +CLIENT_VERSION = "3.5.2.0"