Skip to content

Commit 51c38db

Browse files
Merge pull request #719 from bruin-data/release/v0.77.6-prep
Release/preps
2 parents 77ba0fe + 3e0d444 commit 51c38db

5 files changed

Lines changed: 1423 additions & 4669 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [0.77.6] - [2026-02-20]
3+
- Enhanced the asset schema to support additional asset types.
4+
25
## [0.77.5] - [2026-02-20]
36
- Fixed the "Copy Command" feature so that it correctly supports copying run command for multiple selected assets.
47

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Bruin is a unified analytics platform that enables data professionals to work en
6363

6464
## Release Notes
6565
### Recent Update
66+
- **0.77.6**: Enhanced the asset schema to support additional asset types.
6667
- **0.77.5**: Fixed the "Copy Command" feature so that it correctly supports copying the run command for multiple selected assets.
6768
- **0.77.4**: Fixed "Preview" running the wrong query in multi-query assets.
6869
- **0.77.3**: Added support to show query costs for eligible sources, such as BigQuery, in the table diff panel.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bruin",
33
"displayName": "Bruin",
44
"description": "Manage your Bruin data assets from within VS Code.",
5-
"version": "0.77.5",
5+
"version": "0.77.6",
66
"engines": {
77
"vscode": "^1.87.0"
88
},

0 commit comments

Comments
 (0)