Skip to content

Commit e94c29f

Browse files
Update version and CHANGELOG for release (#3374)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 484a604 commit e94c29f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.12] - 2023-03-01
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add show logs to context menu of experiments running in the queue [#3360](https://github.com/iterative/vscode-dvc/pull/3360) by [@mattseddon](https://github.com/mattseddon)
10+
- Watch for dvc.yaml changes for manually added stages [#3365](https://github.com/iterative/vscode-dvc/pull/3365) by [@sroy3](https://github.com/sroy3)
11+
- Do not go into pipeline stage creation mode if dvc.yaml is invalid [#3368](https://github.com/iterative/vscode-dvc/pull/3368) by [@sroy3](https://github.com/sroy3)
12+
- Add Custom Plots Section [#3342](https://github.com/iterative/vscode-dvc/pull/3342) by [@julieg18](https://github.com/julieg18)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Remove hortizontal scrollbar from empty section [#3369](https://github.com/iterative/vscode-dvc/pull/3369) by [@sroy3](https://github.com/sroy3)
17+
18+
### 🔨 Maintenance
19+
20+
- Improve naming in experiment row context menu component [#3346](https://github.com/iterative/vscode-dvc/pull/3346) by [@mattseddon](https://github.com/mattseddon)
21+
- Clean up from optimizing rendering of plots [#3348](https://github.com/iterative/vscode-dvc/pull/3348) by [@sroy3](https://github.com/sroy3)
22+
- Update prototype stub (flaky test) [#3355](https://github.com/iterative/vscode-dvc/pull/3355) by [@mattseddon](https://github.com/mattseddon)
23+
- Group process execution and manager [#3356](https://github.com/iterative/vscode-dvc/pull/3356) by [@mattseddon](https://github.com/mattseddon)
24+
- Add viewable cli process class [#3358](https://github.com/iterative/vscode-dvc/pull/3358) by [@mattseddon](https://github.com/mattseddon)
25+
- Add DvcViewer class [#3359](https://github.com/iterative/vscode-dvc/pull/3359) by [@mattseddon](https://github.com/mattseddon)
26+
- Remove legacy test code from DvcRunner [#3361](https://github.com/iterative/vscode-dvc/pull/3361) by [@mattseddon](https://github.com/mattseddon)
27+
- Remove legacy code from PseudoTerminal [#3362](https://github.com/iterative/vscode-dvc/pull/3362) by [@mattseddon](https://github.com/mattseddon)
28+
- Move e2e tests to stable (wdio chromedriver issue) [#3371](https://github.com/iterative/vscode-dvc/pull/3371) by [@mattseddon](https://github.com/mattseddon)
29+
- Delete unused code in Plots [#3367](https://github.com/iterative/vscode-dvc/pull/3367) by [@julieg18](https://github.com/julieg18)
30+
531
## [0.6.11] - 2023-02-23
632

733
### 🔨 Maintenance

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.11",
12+
"version": "0.6.12",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)