Skip to content

Commit 0956957

Browse files
Update version and CHANGELOG for release (#2328)
Co-authored-by: Matt Seddon <[email protected]>
1 parent 6e03ee9 commit 0956957

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.0] - 2022-09-04
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Use new data status command [#2091](https://github.com/iterative/vscode-dvc/pull/2091) by [@mattseddon](https://github.com/mattseddon)
10+
- Give option to sort or filter by Created timestamp [#2293](https://github.com/iterative/vscode-dvc/pull/2293) by [@mattseddon](https://github.com/mattseddon)
11+
- Improve table column resizing styles [#2305](https://github.com/iterative/vscode-dvc/pull/2305) by [@julieg18](https://github.com/julieg18)
12+
- Refine data status consumption [#2151](https://github.com/iterative/vscode-dvc/pull/2151) by [@mattseddon](https://github.com/mattseddon)
13+
- Consume unknown from data status [#2267](https://github.com/iterative/vscode-dvc/pull/2267) by [@mattseddon](https://github.com/mattseddon)
14+
- Remove retries from reader (all commands now lockless) [#2300](https://github.com/iterative/vscode-dvc/pull/2300) by [@mattseddon](https://github.com/mattseddon)
15+
- Show data status errors in DVC Tracked tree [#2301](https://github.com/iterative/vscode-dvc/pull/2301) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🐛 Bug Fixes
18+
19+
- Account for exp show returning an empty object [#2280](https://github.com/iterative/vscode-dvc/pull/2280) by [@mattseddon](https://github.com/mattseddon)
20+
- Fix drag leave of top and bottom sections [#2320](https://github.com/iterative/vscode-dvc/pull/2320) by [@sroy3](https://github.com/sroy3)
21+
- Fix bugs in table styles [#2316](https://github.com/iterative/vscode-dvc/pull/2316) by [@julieg18](https://github.com/julieg18)
22+
23+
### 🔨 Maintenance
24+
25+
- Bump min version of DVC to 2.21.0 (data status) [#2266](https://github.com/iterative/vscode-dvc/pull/2266) by [@mattseddon](https://github.com/mattseddon)
26+
- Bump min version of DVC to 2.23.0 (--with-dirs removed from data status) [#2299](https://github.com/iterative/vscode-dvc/pull/2299) by [@mattseddon](https://github.com/mattseddon)
27+
- Bump min version of DVC to 2.24.0 (patch windows paths in data status) [#2314](https://github.com/iterative/vscode-dvc/pull/2314) by [@mattseddon](https://github.com/mattseddon)
28+
529
## [0.3.26] - 2022-08-31
630

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

0 commit comments

Comments
 (0)