Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#4855)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivaw[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and iterative-olivaw authored Oct 18, 2023
1 parent 46bfb78 commit c36c6da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## [1.1.8] - 2023-10-18

### 🚀 New Features and Enhancements

- Improve validation of Plot Wizard Y metrics quick pick [#4827](https://github.com/iterative/vscode-dvc/pull/4827) by [@julieg18](https://github.com/julieg18)
- Rename "Save" to "Save Token" in studio settings [#4837](https://github.com/iterative/vscode-dvc/pull/4837) by [@julieg18](https://github.com/julieg18)
- Update "No Plots" section message [#4793](https://github.com/iterative/vscode-dvc/pull/4793) by [@julieg18](https://github.com/julieg18)
- Add a tooltip to plots with long titles that are cut by Vega [#4840](https://github.com/iterative/vscode-dvc/pull/4840) by [@sroy3](https://github.com/sroy3)
- Update DVCLive XGBoost snippet [#4847](https://github.com/iterative/vscode-dvc/pull/4847) by [@mattseddon](https://github.com/mattseddon)
- Add `Add Plot` command to walkthrough [#4845](https://github.com/iterative/vscode-dvc/pull/4845) by [@julieg18](https://github.com/julieg18)

### 🐛 Bug Fixes

- Fix exporting plots to SVG [#4835](https://github.com/iterative/vscode-dvc/pull/4835) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Update demo project [#4826](https://github.com/iterative/vscode-dvc/pull/4826) by [@sroy3](https://github.com/sroy3)
- Update demo project and latest tested CLI version (3.26.0) [#4829](https://github.com/iterative/vscode-dvc/pull/4829) by [@mattseddon](https://github.com/mattseddon)
- Update default export path for plots data [#4849](https://github.com/iterative/vscode-dvc/pull/4849) by [@mattseddon](https://github.com/mattseddon)

## [1.1.7] - 2023-10-13

### 🚀 New Features and Enhancements
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "1.1.7",
"version": "1.1.8",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit c36c6da

Please sign in to comment.