File tree Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1+ =========
2+ Changelog
3+ =========
4+
5+ .. warning ::
6+
7+ Note that the library is currently in beta. The API and CLI are not yet stable and may change.
8+ Once the library reaches v1.0, it will be considered stable. Please consider giving feedback to
9+ help stabilise the API.
10+
11+ Release 0.4.2 (2025-07-19)
12+ ==========================
13+
14+ - Fixed bug in adding SSH keys from file on the command line with :doc: `cli/ssh/keys/add `
15+ - Added :attr: `~hostedpi.pi.Pi.ipv4_ssh_hostname ` property to :class: `~hostedpi.pi.Pi `
16+
17+ Release 0.4.1 (2025-07-08)
18+ ==========================
19+
20+ - New codebase making use of `Pydantic `_ models
21+ - New command line interface using `Typer `_
22+ - Added test suite
23+
24+ .. _Pydantic : https://docs.pydantic.dev/
25+ .. _Typer : https://typer.tiangolo.com/
Original file line number Diff line number Diff line change 88import sphinx_rtd_theme
99
1010
11- hostedpi_version = "0.4.1 "
11+ hostedpi_version = "0.4.2 "
1212
1313
1414# -- General configuration ------------------------------------------------
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Table of Contents
108108 specs
109109 env
110110 development
111+ changelog
111112
112113Contributing
113114============
Original file line number Diff line number Diff line change 11[project ]
22name = " hostedpi"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " Python interface to the Mythic Beasts Hosted Pi API"
55authors = [
66 {
name =
" Ben Nuttall" ,
email =
" [email protected] " }
@@ -26,7 +26,7 @@ dependencies = [
2626 " requests (>=2.32.3,<3.0.0)" ,
2727 " pydantic (>=2,<3.0.0)" ,
2828 " pydantic-settings (>=2.7.1,<3.0.0)" ,
29- " structlog (>=25.1.0,<26.0.0 )" ,
29+ " structlog (>=25.1.0)" ,
3030]
3131
3232[project .urls ]
@@ -49,8 +49,8 @@ sphinx = "*"
4949sphinx-rtd-theme = " *"
5050ipython = " *"
5151twine = " *"
52- black = " ^25.1.0 "
53- isort = " ^6.0.1 "
52+ black = " * "
53+ isort = " * "
5454autodoc-pydantic = " ^2.2.0"
5555
5656[build-system ]
You can’t perform that action at this time.
0 commit comments