Skip to content

Commit bca051e

Browse files
Update version and CHANGELOG for release (#3150)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent f3a5e21 commit bca051e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.38] - 2023-01-24
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add experiment row commit tooltips [#3105](https://github.com/iterative/vscode-dvc/pull/3105) by [@julieg18](https://github.com/julieg18)
10+
- Make experiment row commit tooltips interactive [#3113](https://github.com/iterative/vscode-dvc/pull/3113) by [@julieg18](https://github.com/julieg18)
11+
- Show commits in "Select Experiments to Display in Plots" quick pick [#3114](https://github.com/iterative/vscode-dvc/pull/3114) by [@julieg18](https://github.com/julieg18)
12+
- Add commit message to plots ribbon block tooltips [#3122](https://github.com/iterative/vscode-dvc/pull/3122) by [@julieg18](https://github.com/julieg18)
13+
- Add `git-commit` icon to experiments table and quick pick [#3124](https://github.com/iterative/vscode-dvc/pull/3124) by [@julieg18](https://github.com/julieg18)
14+
15+
### 🔨 Maintenance
16+
17+
- Add `workflow_dispatch` event to `publish` workflow [#3110](https://github.com/iterative/vscode-dvc/pull/3110) by [@julieg18](https://github.com/julieg18)
18+
- Update Windows yarn network timeout to 5 minutes (downloading packages on slow disk) [#3129](https://github.com/iterative/vscode-dvc/pull/3129) by [@mattseddon](https://github.com/mattseddon)
19+
- Add resolution for json5 library (security) [#3128](https://github.com/iterative/vscode-dvc/pull/3128) by [@mattseddon](https://github.com/mattseddon)
20+
521
## [0.5.37] - 2023-01-16
622

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

0 commit comments

Comments
 (0)