Skip to content

Commit 034fd42

Browse files
Update version and CHANGELOG for release (#3732)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent fb96b4f commit 034fd42

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.8.0] - 2023-04-21
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Bump min DVC version to 2.55.0 (live metrics for experiments running outside the workspace) [#3665](https://github.com/iterative/vscode-dvc/pull/3665) by [@mattseddon](https://github.com/mattseddon)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix broken experiments table column shadow [#3729](https://github.com/iterative/vscode-dvc/pull/3729) by [@julieg18](https://github.com/julieg18)
14+
- Set scm running context to false if command fails [#3727](https://github.com/iterative/vscode-dvc/pull/3727) by [@mattseddon](https://github.com/mattseddon)
15+
- Force commit action by default [#3726](https://github.com/iterative/vscode-dvc/pull/3726) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Stop importing CSS into storybook files [#3696](https://github.com/iterative/vscode-dvc/pull/3696) by [@julieg18](https://github.com/julieg18)
20+
- Clean up shared styles [#3716](https://github.com/iterative/vscode-dvc/pull/3716) by [@julieg18](https://github.com/julieg18)
21+
- Group table styles [#3667](https://github.com/iterative/vscode-dvc/pull/3667) by [@julieg18](https://github.com/julieg18)
22+
- Clean up table file structure [#3706](https://github.com/iterative/vscode-dvc/pull/3706) by [@sroy3](https://github.com/sroy3)
23+
- Fix warnings produced by integration tests [#3728](https://github.com/iterative/vscode-dvc/pull/3728) by [@mattseddon](https://github.com/mattseddon)
24+
525
## [0.7.9] - 2023-04-18
626

727
### 🔨 Maintenance

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.7.9",
12+
"version": "0.8.0",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)