Skip to content

Commit

Permalink
Merge pull request #296 from bruin-data/release/v0.31.5-prep
Browse files Browse the repository at this point in the history
Release/v0.31.5 prep
  • Loading branch information
DjamilaBaroudi authored Dec 18, 2024
2 parents 842152e + f3bf11c commit a1026eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Bruin extension will be documented in this file.

## [0.31.5] - [2024-12-18]
- Prevented form resets when uploading a GCP json file in the ConnectionsForm component.

## [0.31.4] - [2024-12-18]
- Fixed an issue where updating an asset's name would reset its description, owner, and type fields.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ Access the Bruin CLI management tab `Settings` in the side panel for easy instal

## Release Notes

### Latest Release: 0.31.4
- Fixed an issue where updating an asset's name would reset its description, owner, and type fields.
### Latest Release: 0.31.5
- Prevented form resets when uploading a GCP json file in the ConnectionsForm component.

### Previous Highlights
- **0.31.4** Fixed an issue where updating an asset's name would reset its description, owner, and type fields.
- **0.31.3**: Fix Asset Name Falling to Default Value After Editing Description.
- **0.31.2**: Correct Path Handling for Bruin Executable in Configuration.
- **0.31.1**: Improved error handling, logging, and CLI path resolution for better command execution.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.31.4",
"version": "0.31.5",
"engines": {
"vscode": "^1.87.0"
},
Expand Down

0 comments on commit a1026eb

Please sign in to comment.