You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.6.4] - 2023-02-10
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Ask the user for the stage name to add to pipeline [#3252](https://github.com/iterative/vscode-dvc/pull/3252) by [@sroy3](https://github.com/sroy3)
10
+
- Open dvc.yaml automatically after adding a pipeline [#3242](https://github.com/iterative/vscode-dvc/pull/3242) by [@sroy3](https://github.com/sroy3)
11
+
- Show a setup screen when project has no commits [#3253](https://github.com/iterative/vscode-dvc/pull/3253) by [@julieg18](https://github.com/julieg18)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Fix package-manager issue [#3244](https://github.com/iterative/vscode-dvc/pull/3244) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Update demo project and latest tested CLI version (2.44.0) [#3258](https://github.com/iterative/vscode-dvc/pull/3258) by [@mattseddon](https://github.com/mattseddon)
0 commit comments