chore: bump version to 1.0.3

This commit is contained in:
MinaSaad1 2026-03-26 19:59:32 +02:00
parent 144222aa31
commit dd4b0992a3
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ 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).
## [1.0.3] - 2026-03-26
### Added
- Support Microsoft Store version of Power BI Desktop for port auto-discovery
### Fixed
- UTF-16 LE encoding when reading Power BI port file
- Updated all 5 skills, error messages, and docs to reflect new install flow
## [1.0.2] - 2026-03-26
### Fixed

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pbi-cli-tool"
version = "1.0.2"
version = "1.0.3"
description = "CLI for Power BI semantic models - wraps the Power BI MCP server for token-efficient AI agent usage"
readme = "README.pypi.md"
license = {text = "MIT"}

View file

@ -1,3 +1,3 @@
"""pbi-cli: CLI for Power BI semantic models via MCP server."""
__version__ = "1.0.2"
__version__ = "1.0.3"