We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c188d08 commit 1ffe699Copy full SHA for 1ffe699
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## [0.80.0] - [2026-05-11]
3
+- Added variant selector to the asset panel for pipelines that declare variants. The selected variant is passed to `bruin run` as `--variant <name>`.
4
+
5
## [0.79.9] - [2026-04-29]
6
- Improved Ingestr asset display with edit/view mode toggle using "Edit"/"Done" text link for cleaner UI.
7
package.json
@@ -2,7 +2,7 @@
"name": "bruin",
"displayName": "Bruin",
"description": "Manage your Bruin data assets from within VS Code.",
- "version": "0.79.9",
+ "version": "0.80.0",
"engines": {
"vscode": "^1.87.0"
8
},
0 commit comments