Skip to content

Commit 0dfcf78

Browse files
Update version and CHANGELOG for release (#2393)
1 parent 84a9883 commit 0dfcf78

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.3] - 2022-09-13
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Move experiment table context menus to right-start [#2377](https://github.com/iterative/vscode-dvc/pull/2377) by [@mattseddon](https://github.com/mattseddon)
10+
- Update cell hint styles and context menu position [#2384](https://github.com/iterative/vscode-dvc/pull/2384) by [@julieg18](https://github.com/julieg18)
11+
- Add plotting actions to experiments table context menu [#2388](https://github.com/iterative/vscode-dvc/pull/2388) by [@mattseddon](https://github.com/mattseddon)
12+
- Update selected row foreground [#2391](https://github.com/iterative/vscode-dvc/pull/2391) by [@julieg18](https://github.com/julieg18)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Ensure table indicators do not overlap with experiment column title [#2376](https://github.com/iterative/vscode-dvc/pull/2376) by [@mattseddon](https://github.com/mattseddon)
17+
- Fix overflowing comparison table texts [#2381](https://github.com/iterative/vscode-dvc/pull/2381) by [@sroy3](https://github.com/sroy3)
18+
519
## [0.4.2] - 2022-09-12
620

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

0 commit comments

Comments
 (0)