Skip to content

Commit 905de78

Browse files
authored
Merge pull request #1024 from cderici/release-3.3.1.0
#1024 ## What's Changed * Remove paramiko upper-bound by @gboutry in #1005 * Remove explicit passing of event_loop into tests by @cderici in #1006 * chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in #1007 * Target ceiling version by @cderici in #1008 * Make it easier to run tests using `make` by @cderici in #1012 * Avoid installing signal handlers to the event loop by @cderici in #1014 * feat: remove app block until done by @yanksyoon in #1017 * feat: remove app timeout by @yanksyoon in #1018 * Forward port latest changes from 2.9 onto 3.x by @cderici in #1022 #### Notes & Discussion JUJU-5414
2 parents dd93886 + 397e63a commit 905de78

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0.0
1+
3.3.1.0

docs/changelog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
Changelog
22
---------
33

4-
3.3.0.0
4+
3.3.1.0
55
^^^^^^^
66

7+
Thursday 8th Feb 2024
8+
79
## What's Changed
810

11+
* Remove paramiko upper-bound by @gboutry in https://github.com/juju/python-libjuju/pull/1005
12+
* Remove explicit passing of event_loop into tests by @cderici in https://github.com/juju/python-libjuju/pull/1006
13+
* chore: remove the upper restrictions on the websockets dependency by @tonyandrewmeyer in https://github.com/juju/python-libjuju/pull/1007
14+
* Target ceiling version by @cderici in https://github.com/juju/python-libjuju/pull/1008
15+
* Make it easier to run tests using `make` by @cderici in https://github.com/juju/python-libjuju/pull/1012
16+
* Avoid installing signal handlers to the event loop by @cderici in https://github.com/juju/python-libjuju/pull/1014
17+
* feat: remove app block until done by @yanksyoon in https://github.com/juju/python-libjuju/pull/1017
18+
* feat: remove app timeout by @yanksyoon in https://github.com/juju/python-libjuju/pull/1018
19+
* Forward port latest changes from 2.9 onto 3.x by @cderici in https://github.com/juju/python-libjuju/pull/1022
20+
21+
3.3.0.0
22+
^^^^^^^
23+
924
The main contribution of this release is the user secrets that's released as a part of Juju 3.3.
1025

1126
Thursday 30th Nov 2023

0 commit comments

Comments
 (0)