Skip to content

Commit 58d85c0

Browse files
Update version and CHANGELOG for release (#2534)
1 parent d685d2d commit 58d85c0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.11] - 2022-10-05
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Allow experiment table column depth below 3 [#2482](https://github.com/iterative/vscode-dvc/pull/2482) by [@julieg18](https://github.com/julieg18)
10+
- Update table header context menu [#2517](https://github.com/iterative/vscode-dvc/pull/2517) by [@julieg18](https://github.com/julieg18)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix comparison table row path chevron being cut [#2533](https://github.com/iterative/vscode-dvc/pull/2533) by [@sroy3](https://github.com/sroy3)
15+
- Render flexible confusion matrices as expected [#2523](https://github.com/iterative/vscode-dvc/pull/2523) by [@mattseddon](https://github.com/mattseddon)
16+
- Fix size of flexible confusion matrix [#2531](https://github.com/iterative/vscode-dvc/pull/2531) by [@mattseddon](https://github.com/mattseddon)
17+
18+
### 🔨 Maintenance
19+
20+
- Move types from reader into new contract file [#2520](https://github.com/iterative/vscode-dvc/pull/2520) by [@mattseddon](https://github.com/mattseddon)
21+
- Switch e2e tests back to insiders build [#2526](https://github.com/iterative/vscode-dvc/pull/2526) by [@mattseddon](https://github.com/mattseddon)
22+
523
## [0.4.10] - 2022-09-29
624

725
### 🐛 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.4.10",
12+
"version": "0.4.11",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)