Skip to content

Commit 4a51956

Browse files
Update version and CHANGELOG for release (#3276)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 3df7f50 commit 4a51956

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.5] - 2023-02-13
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add ability to stop non-queue experiments from the table's context menu [#3249](https://github.com/iterative/vscode-dvc/pull/3249) by [@mattseddon](https://github.com/mattseddon)
10+
- Add the script as a dependency in dvc.yaml [#3257](https://github.com/iterative/vscode-dvc/pull/3257) by [@sroy3](https://github.com/sroy3)
11+
- Ask the user for the correct command to their script if it is neither a python file or a Jupyter notebook [#3255](https://github.com/iterative/vscode-dvc/pull/3255) by [@sroy3](https://github.com/sroy3)
12+
- Show the setup instead of original webview if needed (command palette) [#3256](https://github.com/iterative/vscode-dvc/pull/3256) by [@sroy3](https://github.com/sroy3)
13+
- Replace Show Experiments and Plots buttonwith a Run Experiment button and added icons to sidebar buttons [#3272](https://github.com/iterative/vscode-dvc/pull/3272) by [@sroy3](https://github.com/sroy3)
14+
- Rename views tree to actions [#3275](https://github.com/iterative/vscode-dvc/pull/3275) by [@mattseddon](https://github.com/mattseddon)
15+
16+
### 🐛 Bug Fixes
17+
18+
- Fix checkboxes unchecking when user clicks outside the table [#3271](https://github.com/iterative/vscode-dvc/pull/3271) by [@julieg18](https://github.com/julieg18)
19+
20+
### 🔨 Maintenance
21+
22+
- Add missing telemetry events to onboarding [#3261](https://github.com/iterative/vscode-dvc/pull/3261) by [@mattseddon](https://github.com/mattseddon)
23+
- Add regression test for `.git` file watcher [#3259](https://github.com/iterative/vscode-dvc/pull/3259) by [@julieg18](https://github.com/julieg18)
24+
525
## [0.6.4] - 2023-02-10
626

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

0 commit comments

Comments
 (0)