diff --git a/CHANGELOG.md b/CHANGELOG.md index f57cdfd..19c1ee2 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). +## [1.0.2] - 2026-03-26 + +### Fixed +- Separate README for GitHub (Mermaid diagrams) and PyPI (text art) + ## [1.0.1] - 2026-03-26 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8d64ea9..49aea5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pbi-cli-tool" -version = "1.0.1" +version = "1.0.2" 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"} diff --git a/src/pbi_cli/__init__.py b/src/pbi_cli/__init__.py index ee0b891..87a2217 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 MCP server.""" -__version__ = "1.0.1" +__version__ = "1.0.2"