Skip to content

Commit 26bd480

Browse files
Update version and CHANGELOG for release (#3343)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent de148ed commit 26bd480

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.11] - 2023-02-23
6+
7+
### 🔨 Maintenance
8+
9+
- Remove legacy todo [#3339](https://github.com/iterative/vscode-dvc/pull/3339) by [@mattseddon](https://github.com/mattseddon)
10+
- Optimize plot re-rendering [#3337](https://github.com/iterative/vscode-dvc/pull/3337) by [@sroy3](https://github.com/sroy3)
11+
- Optimize the plots sections to reduce the number of useless re-renderings [#3341](https://github.com/iterative/vscode-dvc/pull/3341) by [@sroy3](https://github.com/sroy3)
12+
513
## [0.6.10] - 2023-02-22
614

715
### 🚀 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": "0.6.10",
12+
"version": "0.6.11",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)