Skip to content

Commit 2cd7d45

Browse files
Merge pull request #712 from bruin-data/release/v0.77.1-prep
Update CHANGELOG and README for version 0.77.1
2 parents 5173236 + 9de8d3c commit 2cd7d45

3 files changed

Lines changed: 6 additions & 4 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.1] - [2026-02-04]
3+
- Changed the table diff behavior: it now compares only the schema by default, and uses the `--full` flag for full data diffs.
4+
25
## [0.77.0] - [2026-02-04]
36
- Added a new panel to display run history, showing executed flags and assets, with options to rerun or copy the command.
47

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ Bruin is a unified analytics platform that enables data professionals to work en
6363

6464
## Release Notes
6565
### Recent Update
66+
- **0.77.1**: Changed the table diff behavior: it now compares only the schema by default, and uses the `--full` flag for full data diffs.
6667
- **0.77.0**: Added a new panel to display run history, showing executed flags and assets, with options to rerun or copy the command.
67-
- **0.76.4**: Fixed the start date input field to set teh date correctly.
68+
- **0.76.4**: Fixed the start date input field to set the date correctly.
6869
- **0.76.3**: Improved the query preview to support sorting and to show the pipeline start date when "Full Refresh" is checked.
69-
- **0.76.2**: Fixed the run with downstream option to be disabled when the file is a pipeline file.
70-
- **0.76.1**: Added a "Copy command" option to the run button group.
7170

7271
For a full changelog, see Bruin Extension [Changelog](https://github.com/bruin-data/bruin-vscode/blob/main/CHANGELOG.md).

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.0",
5+
"version": "0.77.1",
66
"engines": {
77
"vscode": "^1.87.0"
88
},

0 commit comments

Comments
 (0)