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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.9.5] - 2023-06-07
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Add default value for branch name when creating from experiment [#4037](https://github.com/iterative/vscode-dvc/pull/4037) by [@mattseddon](https://github.com/mattseddon)
10
+
- Add a mapping from revision to branches while using only one exp show call [#3980](https://github.com/iterative/vscode-dvc/pull/3980) by [@sroy3](https://github.com/sroy3)
11
+
- Move "new to DVC" text from setup to welcome view [#4040](https://github.com/iterative/vscode-dvc/pull/4040) by [@julieg18](https://github.com/julieg18)
12
+
13
+
### 🐛 Bug Fixes
14
+
15
+
- Fix table stories and data types [#4041](https://github.com/iterative/vscode-dvc/pull/4041) by [@mattseddon](https://github.com/mattseddon)
16
+
- Do not drop experiment selection when an experiment is running and exp show errors [#4042](https://github.com/iterative/vscode-dvc/pull/4042) by [@mattseddon](https://github.com/mattseddon)
17
+
18
+
### 🔨 Maintenance
19
+
20
+
- Move git call into experiments data [#4036](https://github.com/iterative/vscode-dvc/pull/4036) by [@mattseddon](https://github.com/mattseddon)
21
+
- Update demo project and latest tested CLI version (2.58.2) [#4043](https://github.com/iterative/vscode-dvc/pull/4043) by [@mattseddon](https://github.com/mattseddon)
22
+
- Exclude codicons.mjs from eslint [#4044](https://github.com/iterative/vscode-dvc/pull/4044) by [@mattseddon](https://github.com/mattseddon)
23
+
- Remove max version of CLI (3.0 release) [#4049](https://github.com/iterative/vscode-dvc/pull/4049) by [@mattseddon](https://github.com/mattseddon)
0 commit comments