Skip to content

Commit 6c6d70d

Browse files
authored
Merge pull request #1071 from cderici/release-3.5.2
#1071 ## What's Changed * fix parsing of storage constraints by @luissimas in #1053 * Add setuptools to tox.ini by @Aflynn50 in #1058 * fix(refresh): bug with revisions by @jack-w-shaw in #1067 * feat: conventional commits static analysis by @SimonRichardson in #1068 * fix(series): add noble support by @jack-w-shaw in #1063 * fix zones constrains list parsing by @luissimas in #1054 * fix(model): fix wrong instanciation of list-secrets facade by @gboutry in #1065 * fix(makefile): run .tox before lint in makefile target by @cderici in #1069
2 parents 30c31b5 + d187c1e commit 6c6d70d

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

docs/changelog.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
Changelog
22
---------
33

4-
3.5.0.0
4+
3.5.2.0
55
^^^^^^^
66

7-
Thursday 30th May 2024
7+
Thursday 11th July 2024
88

99
## What's Changed
1010

11+
* fix parsing of storage constraints by @luissimas in https://github.com/juju/python-libjuju/pull/1053
12+
* Add setuptools to tox.ini by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1058
13+
* fix(refresh): bug with revisions by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1067
14+
* feat: conventional commits static analysis by @SimonRichardson in https://github.com/juju/python-libjuju/pull/1068
15+
* fix(series): add noble support by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1063
16+
* fix zones constraints list parsing by @luissimas in https://github.com/juju/python-libjuju/pull/1054
17+
* fix(model): fix wrong instanciation of list-secrets facade by @gboutry in https://github.com/juju/python-libjuju/pull/1065
18+
* fix(makefile): run .tox before lint in makefile target by @cderici in https://github.com/juju/python-libjuju/pull/1069
19+
20+
3.5.0.0
21+
^^^^^^^
22+
23+
Thursday 30th May 2024
24+
1125
* Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038
1226
* Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041
1327
* Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044
@@ -19,8 +33,6 @@ Thursday 30th May 2024
1933

2034
Monday 25th Mar 2024
2135

22-
## What's Changed
23-
2436
* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030
2537
* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020
2638
* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036
@@ -30,8 +42,6 @@ Monday 25th Mar 2024
3042

3143
Thursday 15th Feb 2024
3244

33-
## What's Changed
34-
3545
This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios.
3646

3747
* Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026

juju/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
DEFAULT_ARCHITECTURE = 'amd64'
77

8-
CLIENT_VERSION = "3.5.0.0"
8+
CLIENT_VERSION = "3.5.2.0"

0 commit comments

Comments
 (0)