Skip to content

Commit 09e3250

Browse files
Update version and CHANGELOG for release (#3236)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent def261b commit 09e3250

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.2] - 2023-02-07
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Remove beaker (show experiments) and scatter graph (show plots) buttons from sidebar [#3205](https://github.com/iterative/vscode-dvc/pull/3205) by [@sroy3](https://github.com/sroy3)
10+
- Add a mention to run script after adding dvclive [#3206](https://github.com/iterative/vscode-dvc/pull/3206) by [@sroy3](https://github.com/sroy3)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix e2e tests [#3218](https://github.com/iterative/vscode-dvc/pull/3218) by [@mattseddon](https://github.com/mattseddon)
15+
- Fix missing button [#3212](https://github.com/iterative/vscode-dvc/pull/3212) by [@sroy3](https://github.com/sroy3)
16+
17+
### 🔨 Maintenance
18+
19+
- Remove read file contents request sent to extension by language server (use is file check) [#3198](https://github.com/iterative/vscode-dvc/pull/3198) by [@mattseddon](https://github.com/mattseddon)
20+
- Update demo project and latest tested CLI version (2.43.2) [#3207](https://github.com/iterative/vscode-dvc/pull/3207) by [@mattseddon](https://github.com/mattseddon)
21+
- Add project level jest config (for WallabyJS) [#3208](https://github.com/iterative/vscode-dvc/pull/3208) by [@mattseddon](https://github.com/mattseddon)
22+
- Increase timeout of tests which use window.withProgress [#3227](https://github.com/iterative/vscode-dvc/pull/3227) by [@mattseddon](https://github.com/mattseddon)
23+
- Update demo project and latest tested CLI version (2.43.4) [#3234](https://github.com/iterative/vscode-dvc/pull/3234) by [@mattseddon](https://github.com/mattseddon)
24+
525
## [0.6.1] - 2023-02-02
626

727
### 🐛 Bug Fixes

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

0 commit comments

Comments
 (0)