Skip to content

Commit 5f61991

Browse files
author
Théo LAGACHE
committed
chore(release): 26.01.5
1 parent 44ebc1e commit 5f61991

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ keywords:
2222
- management
2323
- integration
2424
license: Apache-2.0
25-
version: 26.01.4
25+
version: 26.01.5
2626
date-released: "2026-01-15"

core/updater.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ def update_cli():
134134

135135
if not asset:
136136
console.print(f"[danger]✖ Could not find binary for your platform ({system}/{arch}) in the latest release.[/danger]")
137+
available_assets = [a["name"] for a in data.get("assets", [])]
138+
console.print(f"[info]Target asset name: {asset_name}[/info]")
139+
console.print(f"[info]Available assets: {', '.join(available_assets)}[/info]")
137140
return
138141

139142
console.print(f"[info]Updating Portabase CLI from {current} to {latest_tag}...[/info]")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "portabase-cli"
3-
version = "26.01.4"
3+
version = "26.01.5"
44
description = "The official command line interface (CLI) for managing and deploying Portabase instances with ease."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)