Skip to content

Commit 4f1d3ef

Browse files
Update version and CHANGELOG for release (#2496)
1 parent ec62491 commit 4f1d3ef

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.9] - 2022-09-29
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Render flexible plots [#2403](https://github.com/iterative/vscode-dvc/pull/2403) by [@mattseddon](https://github.com/mattseddon)
10+
- Add flexible plots legends to plots tree [#2452](https://github.com/iterative/vscode-dvc/pull/2452) by [@mattseddon](https://github.com/mattseddon)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Cleanup after drag and drop [#2481](https://github.com/iterative/vscode-dvc/pull/2481) by [@sroy3](https://github.com/sroy3)
15+
- Fix comparison table row copy button [#2489](https://github.com/iterative/vscode-dvc/pull/2489) by [@sroy3](https://github.com/sroy3)
16+
- Remove erroneous shape from vertical on hover line when shape dimension is added [#2486](https://github.com/iterative/vscode-dvc/pull/2486) by [@mattseddon](https://github.com/mattseddon)
17+
- Add tooltip to comparison table row path [#2490](https://github.com/iterative/vscode-dvc/pull/2490) by [@sroy3](https://github.com/sroy3)
18+
- Make the comparison table row path take available space [#2491](https://github.com/iterative/vscode-dvc/pull/2491) by [@sroy3](https://github.com/sroy3)
19+
20+
### 🔨 Maintenance
21+
22+
- Do not walk unnecessary keys in truncate titles [#2487](https://github.com/iterative/vscode-dvc/pull/2487) by [@mattseddon](https://github.com/mattseddon)
23+
- Bump min tested version of DVC to 2.28.0 [#2488](https://github.com/iterative/vscode-dvc/pull/2488) by [@mattseddon](https://github.com/mattseddon)
24+
- Stabilize e2e tests [#2493](https://github.com/iterative/vscode-dvc/pull/2493) by [@mattseddon](https://github.com/mattseddon)
25+
526
## [0.4.8] - 2022-09-26
627

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

0 commit comments

Comments
 (0)