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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.9.0] - 2023-05-28
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Bump min version of DVC to 2.57.0 (Live share to studio config option) [#3976](https://github.com/iterative/vscode-dvc/pull/3976) by [@mattseddon](https://github.com/mattseddon)
10
+
- Bump min version of DVC to 2.58.1 (Enable live plots for experiments running outside of the workspace) [#3965](https://github.com/iterative/vscode-dvc/pull/3965) by [@mattseddon](https://github.com/mattseddon)
11
+
12
+
### 🐛 Bug Fixes
13
+
14
+
- Fix issues with messages from the plots webview [#3986](https://github.com/iterative/vscode-dvc/pull/3986) by [@mattseddon](https://github.com/mattseddon)
15
+
16
+
### 🔨 Maintenance
17
+
18
+
- Add DvcConfig class [#3987](https://github.com/iterative/vscode-dvc/pull/3987) by [@mattseddon](https://github.com/mattseddon)
0 commit comments