Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [0.80.1] - [2026-05-22]
- Added warning for `interval_modifiers` typos.

## [0.80.0] - [2026-05-11]
- Added variant selector to the asset panel for pipelines that declare variants. The selected variant is passed to `bruin run` as `--variant <name>`.

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ Bruin is a unified analytics platform that enables data professionals to work en
## Release Notes

### Recent Update
- **0.80.1**: Added warning for `interval_modifiers` typos.
- **0.80.0**: Added variant selector to the asset panel for pipelines that declare variants. The selected variant is passed to `bruin run` as `--variant <name>`.
- **0.79.9**: Improved Ingestr asset display with edit/view mode toggle.
- **0.79.8**: Fixed Bruin panel not updating on file save in latest VS Code versions on Windows due to path comparison issues.
- **0.79.7**: Fixed reset date button for continuous pipelines; improved tooltip to clarify behavior.
- **0.79.6**: Fixed "Fill from Query" command failing due to unsupported `--environment` flag.
- **0.79.5**: Added interval modifiers preview tooltip on the checkbox.
- **0.79.4**: Fixed "Fill from DB" to use selected environment; fixed start date input on full refresh.

For a full changelog, see Bruin Extension [Changelog](https://github.com/bruin-data/bruin-vscode/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bruin",
"displayName": "Bruin",
"description": "Manage your Bruin data assets from within VS Code.",
"version": "0.80.0",
"version": "0.80.1",
"engines": {
"vscode": "^1.87.0"
},
Expand Down
Loading