Skip to content

Commit 7ff21e8

Browse files
Update version and CHANGELOG for release (#2426)
Co-authored-by: shcheklein <[email protected]>
1 parent 08131a5 commit 7ff21e8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.4] - 2022-09-18
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Remove extra background color from the table view [#2425](https://github.com/iterative/vscode-dvc/pull/2425) by [@shcheklein](https://github.com/shcheklein)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Update table hints [#2413](https://github.com/iterative/vscode-dvc/pull/2413) by [@julieg18](https://github.com/julieg18)
14+
- Exclude queued experiments from select experiments for plots quick pick [#2410](https://github.com/iterative/vscode-dvc/pull/2410) by [@mattseddon](https://github.com/mattseddon)
15+
16+
### 🔨 Maintenance
17+
18+
- Move vega title truncation into the extension [#2396](https://github.com/iterative/vscode-dvc/pull/2396) by [@mattseddon](https://github.com/mattseddon)
19+
- Use webpack's development mode to build webview for testing [#2404](https://github.com/iterative/vscode-dvc/pull/2404) by [@mattseddon](https://github.com/mattseddon)
20+
- Remove unused SVGs [#2409](https://github.com/iterative/vscode-dvc/pull/2409) by [@mattseddon](https://github.com/mattseddon)
21+
522
## [0.4.3] - 2022-09-13
623

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

0 commit comments

Comments
 (0)