Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.1.7] - 2023-10-13

### 🚀 New Features and Enhancements

- Add Multiple X Field Selection to Plot Wizard [#4797](https://github.com/iterative/vscode-dvc/pull/4797) by [@julieg18](https://github.com/julieg18)
- Deeply nested repo [#4810](https://github.com/iterative/vscode-dvc/pull/4810) by [@sroy3](https://github.com/sroy3)

### 🔨 Maintenance

- Ignore every WebdriverIO dependency in Renovate [#4819](https://github.com/iterative/vscode-dvc/pull/4819) by [@sroy3](https://github.com/sroy3)
- Ignore new .turbo directory [#4823](https://github.com/iterative/vscode-dvc/pull/4823) by [@mattseddon](https://github.com/mattseddon)

## [1.1.6] - 2023-10-12

### 🚀 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.6",
"version": "1.1.7",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down