@@ -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+
1128Release 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
1938Release 0.4.3 (2025-07-25)
0 commit comments