Skip to content

Commit 51c9365

Browse files
Update version and CHANGELOG for release (#4053)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent a02c707 commit 51c9365

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.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)
24+
525
## [0.9.4] - 2023-06-04
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.9.4",
12+
"version": "0.9.5",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)