Skip to content

Commit c36c6da

Browse files
Update version and CHANGELOG for release (#4855)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 46bfb78 commit c36c6da

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [1.1.8] - 2023-10-18
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Improve validation of Plot Wizard Y metrics quick pick [#4827](https://github.com/iterative/vscode-dvc/pull/4827) by [@julieg18](https://github.com/julieg18)
10+
- Rename "Save" to "Save Token" in studio settings [#4837](https://github.com/iterative/vscode-dvc/pull/4837) by [@julieg18](https://github.com/julieg18)
11+
- Update "No Plots" section message [#4793](https://github.com/iterative/vscode-dvc/pull/4793) by [@julieg18](https://github.com/julieg18)
12+
- 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)
13+
- Update DVCLive XGBoost snippet [#4847](https://github.com/iterative/vscode-dvc/pull/4847) by [@mattseddon](https://github.com/mattseddon)
14+
- Add `Add Plot` command to walkthrough [#4845](https://github.com/iterative/vscode-dvc/pull/4845) by [@julieg18](https://github.com/julieg18)
15+
16+
### 🐛 Bug Fixes
17+
18+
- Fix exporting plots to SVG [#4835](https://github.com/iterative/vscode-dvc/pull/4835) by [@mattseddon](https://github.com/mattseddon)
19+
20+
### 🔨 Maintenance
21+
22+
- Update demo project [#4826](https://github.com/iterative/vscode-dvc/pull/4826) by [@sroy3](https://github.com/sroy3)
23+
- 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)
24+
- Update default export path for plots data [#4849](https://github.com/iterative/vscode-dvc/pull/4849) by [@mattseddon](https://github.com/mattseddon)
25+
526
## [1.1.7] - 2023-10-13
627

728
### 🚀 New Features and Enhancements

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "1.1.7",
12+
"version": "1.1.8",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)