From acf82b006a33446b6d39a0dcd496f1367423aca0 Mon Sep 17 00:00:00 2001 From: MinaSaad1 Date: Mon, 6 Apr 2026 00:00:46 +0200 Subject: [PATCH] chore: bump version to 3.10.4 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/pbi_cli/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456acc2..d73b856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.10.4] - 2026-04-06 + +### Added +- ASCII banner displayed in terminal when `pbi` is invoked with no subcommand. Renders in Power BI yellow on color terminals, plain text fallback on legacy terminals without Unicode support. Skipped when `--json` flag is used. + ## [3.10.3] - 2026-04-05 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 30957cf..b261af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pbi-cli-tool" -version = "3.10.3" +version = "3.10.4" description = "CLI for Power BI semantic models and PBIR reports - direct .NET connection for token-efficient AI agent usage" readme = "README.pypi.md" license = "MIT AND LicenseRef-Microsoft-AS-Client-Libraries" diff --git a/src/pbi_cli/__init__.py b/src/pbi_cli/__init__.py index a94e6ac..29b9de1 100644 --- a/src/pbi_cli/__init__.py +++ b/src/pbi_cli/__init__.py @@ -1,3 +1,3 @@ """pbi-cli: CLI for Power BI semantic models via direct .NET interop.""" -__version__ = "3.10.3" +__version__ = "3.10.4"