File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ - commits :
2+ - subject : Avoid displaying 4xx errors that might be handled internally
3+ hash : 3bf42720736d8c3035416fb089c9cb3a02b08a4c
4+ body : " "
5+ footer :
6+ Change-type : patch
7+ change-type : patch
8+ author : Otavio Jacobi
9+ version : 15.0.4
10+ title : " "
11+ date : 2024-12-12T23:09:28.032Z
112- commits :
213 - subject : Stop caching api_version and pine_endpoint on balena.cfg
314 hash : 38d63c6a4a7f045fad8d880455216c5a852e2478
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## v15.0.4 - 2024-12-12
8+
9+ * Avoid displaying 4xx errors that might be handled internally [ Otavio Jacobi]
10+
711## v15.0.3 - 2024-12-12
812
913* Stop caching api_version and pine_endpoint on balena.cfg [ Otavio Jacobi]
Original file line number Diff line number Diff line change 8585from .pine import PineClient
8686from .settings import SettingsConfig , Settings
8787
88- __version__ = "15.0.3 "
88+ __version__ = "15.0.4 "
8989
9090
9191class Balena :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " balena-sdk"
3- version = " 15.0.3 "
3+ version = " 15.0.4 "
44description = " "
55authors = [
" Balena <[email protected] >" ]
66license = " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments