Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260223-073505.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260305-091728.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/docs-20260216-084028.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/docs-20260223-100000.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .changes/v1.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [v1.5.0](https://pypi.org/project/ms-fabric-cli/v1.5.0) - March 12, 2026

### ✨ New Functionality

* Add export and import formats support for Semantic Model and Spark job definition by [ohadedry](https://github.com/ohadedry)
* Introduce `deploy` command that integrates with the fabric-cicd library, enabling users to deploy multiple Fabric items into a Fabric workspace by [aviatco](https://github.com/aviatco)

### 📝 Documentation Update

* Add refresh semantic model using API command example by [may-hartov](https://github.com/may-hartov)
* Add AI assets for agent-assisted CLI usage including core and Power BI skills, workspace creation prompt, and context files for GitHub Copilot, Claude, and Cursor by [jeremyhoover](https://github.com/jeremyhoover)

13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ hide:
# Release Notes


## [v1.5.0](https://pypi.org/project/ms-fabric-cli/v1.5.0) - March 10, 2026

### ✨ New Functionality

* Add export and import formats support for Semantic Model and Spark job definition by [ohadedry](https://github.com/ohadedry)
* Introduce `deploy` command that integrates with the fabric-cicd library, enabling users to deploy multiple Fabric items into a Fabric workspace by [aviatco](https://github.com/aviatco)

### 📝 Documentation Update

* Add refresh semantic model using API command example by [may-hartov](https://github.com/may-hartov)
* Add AI assets for agent-assisted CLI usage including core and Power BI skills, workspace creation prompt, and context files for GitHub Copilot, Claude, and Cursor by [jeremyhoover](https://github.com/jeremyhoover)


## [v1.4.0](https://pypi.org/project/ms-fabric-cli/v1.4.0) - February 09, 2026

### 🆕 New Items Support
Expand Down
2 changes: 1 addition & 1 deletion src/fabric_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Licensed under the MIT License.

# Don't change this
__version__ = "1.4.0"
__version__ = "1.5.0"
Loading