Skip to content

Commit a0a33a9

Browse files
committed
Release v0.4.6
1 parent 30643ba commit a0a33a9

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

docs/changelog.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,31 @@ Changelog
88
Once the library reaches v1.0, it will be considered stable. Please consider giving feedback to
99
help stabilise the API.
1010

11+
Release 0.4.6 (2025-10-18)
12+
==========================
13+
14+
- Allowed ``user`` to be ``None`` in :meth:`~hostedpi.pi.Pi.get_ipv4_ssh_command()`,
15+
:meth:`~hostedpi.pi.Pi.get_ipv6_ssh_command()`, :meth:`~hostedpi.pi.Pi.get_ipv4_ssh_config()` and
16+
:meth:`~hostedpi.pi.Pi.get_ipv6_ssh_config()` methods to :class:`~hostedpi.pi.Pi`
17+
- Allowed ``user`` to be ``None`` in :meth:`~hostedpi.picloud.PiCloud.get_ipv4_ssh_config()` and
18+
:meth:`~hostedpi.picloud.PiCloud.get_ipv6_ssh_config()` method to
19+
:class:`~hostedpi.picloud.PiCloud`
20+
- Removed ``--full`` option from :doc:`cli/create` command, and simplified the output to a single
21+
table
22+
23+
Release 0.4.5 (2025-10-11)
24+
==========================
25+
26+
- Fixup release
27+
1128
Release 0.4.4 (2025-10-10)
1229
==========================
1330

14-
- Added :meth:`~hostedpi.pi.Pi.get_ipv6_ssh_command()` and
31+
- Added :meth:`~hostedpi.pi.Pi.get_ipv4_ssh_command()`,
32+
:meth:`~hostedpi.pi.Pi.get_ipv6_ssh_command()`, :meth:`~hostedpi.pi.Pi.get_ipv4_ssh_config()` and
1533
:meth:`~hostedpi.pi.Pi.get_ipv6_ssh_config()` methods to :class:`~hostedpi.pi.Pi`
16-
- Added :meth:`~hostedpi.picloud.PiCloud.get_ipv6_ssh_config()` method to
34+
- Added :meth:`~hostedpi.picloud.PiCloud.get_ipv4_ssh_config()` and
35+
:meth:`~hostedpi.picloud.PiCloud.get_ipv6_ssh_config()` method to
1736
:class:`~hostedpi.picloud.PiCloud`
1837

1938
Release 0.4.3 (2025-07-25)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sphinx_rtd_theme
88

99

10-
hostedpi_version = "0.4.5"
10+
hostedpi_version = "0.4.6"
1111

1212

1313
# -- General configuration ------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hostedpi"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "Python interface to the Mythic Beasts Hosted Pi API"
55
authors = [
66
{name = "Ben Nuttall", email = "[email protected]"}

0 commit comments

Comments
 (0)