Skip to content

Commit b59a8d2

Browse files
authored
chore: release 1.5.0 (#185)
1 parent da4368b commit b59a8d2

File tree

7 files changed

+26
-25
lines changed

7 files changed

+26
-25
lines changed

.changes/unreleased/added-20260223-073505.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/added-20260305-091728.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/docs-20260216-084028.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/docs-20260223-100000.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v1.5.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [v1.5.0](https://pypi.org/project/ms-fabric-cli/v1.5.0) - March 12, 2026
2+
3+
### ✨ New Functionality
4+
5+
* Add export and import formats support for Semantic Model and Spark job definition by [ohadedry](https://github.com/ohadedry)
6+
* 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)
7+
8+
### 📝 Documentation Update
9+
10+
* Add refresh semantic model using API command example by [may-hartov](https://github.com/may-hartov)
11+
* 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)
12+

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ hide:
66
# Release Notes
77

88

9+
## [v1.5.0](https://pypi.org/project/ms-fabric-cli/v1.5.0) - March 12, 2026
10+
11+
### ✨ New Functionality
12+
13+
* Add export and import formats support for Semantic Model and Spark job definition by [ohadedry](https://github.com/ohadedry)
14+
* 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)
15+
16+
### 📝 Documentation Update
17+
18+
* Add refresh semantic model using API command example by [may-hartov](https://github.com/may-hartov)
19+
* 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)
20+
21+
922
## [v1.4.0](https://pypi.org/project/ms-fabric-cli/v1.4.0) - February 09, 2026
1023

1124
### 🆕 New Items Support

src/fabric_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Licensed under the MIT License.
33

44
# Don't change this
5-
__version__ = "1.4.0"
5+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)