Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Changelog
---------

3.6.1.3
^^^^^^^

Friday 11th Jul 2025

* fix: don't strip valid characters from secret data by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1276

3.6.1.2
^^^^^^^

Monday 26th May 2025

## What's Changed

* chore: hint machine addresses as list of dicts by @gboutry in https://github.com/juju/python-libjuju/pull/1258
* ci: disable test that fails on all Juju versions by @dimaqq in https://github.com/juju/python-libjuju/pull/1268
* fix: creating offer when connecting to existing model, fixes #1264 by @dimaqq in https://github.com/juju/python-libjuju/pull/1265
Expand All @@ -17,8 +22,6 @@ Monday 26th May 2025

Wednesday 19th Mar 2025

## What's Changed

* chore: fix changelog format by @dimaqq in https://github.com/juju/python-libjuju/pull/1248
* docs: move docs from juju.is by @tmihoc in https://github.com/juju/python-libjuju/pull/1244
* chore: type hint improvements from the helper thread branch by @dimaqq in https://github.com/juju/python-libjuju/pull/1250
Expand All @@ -30,8 +33,6 @@ Wednesday 19th Mar 2025

Friday 20th Dec 2024

## What's Changed

* add 3.5.5 schema and update SCHEMAS.md by @james-garner-canonical in https://github.com/juju/python-libjuju/pull/1223
* feat: larger default websockets frame size by @dimaqq in https://github.com/juju/python-libjuju/pull/1239
* deprecate juju.jasyncio by @EdmilsonRodrigues in https://github.com/juju/python-libjuju/pull/1221
Expand All @@ -43,8 +44,6 @@ Friday 20th Dec 2024

Thursday 28th Nov 2024

## What's Changed

* correct parsing of storage constraints, can be specified as strings or dicts
* enable attachment of binary files as charm resources
* allow newest websockets dependency
Expand All @@ -56,8 +55,6 @@ Thursday 28th Nov 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
Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

DEFAULT_ARCHITECTURE = "amd64"

CLIENT_VERSION = "3.6.1.2"
CLIENT_VERSION = "3.6.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "juju"
version = "3.6.1.2" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
version = "3.6.1.3" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
description = "Python library for Juju"
readme = "docs/readme.rst"
license = { file = "LICENSE" }
Expand Down
Loading