Skip to content

Commit 7ea85d3

Browse files
Update version and CHANGELOG for release (#4509)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 1a243b6 commit 7ea85d3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.40] - 2023-08-16
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add refresh button to experiments tree cli errors [#4500](https://github.com/iterative/vscode-dvc/pull/4500) by [@julieg18](https://github.com/julieg18)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Have experiment webview redirect to setup when there is no data [#4483](https://github.com/iterative/vscode-dvc/pull/4483) by [@julieg18](https://github.com/julieg18)
14+
- Fix experiment table created column [#4501](https://github.com/iterative/vscode-dvc/pull/4501) by [@mattseddon](https://github.com/mattseddon)
15+
- Fix scheduled CLI output test (extra image plots) [#4502](https://github.com/iterative/vscode-dvc/pull/4502) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Replace experiments table react context with redux state [#4486](https://github.com/iterative/vscode-dvc/pull/4486) by [@mattseddon](https://github.com/mattseddon)
20+
- Update experiments table column data [#4495](https://github.com/iterative/vscode-dvc/pull/4495) by [@mattseddon](https://github.com/mattseddon)
21+
- Update demo project and latest tested CLI version (3.15.2) [#4477](https://github.com/iterative/vscode-dvc/pull/4477) by [@mattseddon](https://github.com/mattseddon)
22+
- Remove unused redux slice from experiments table [#4484](https://github.com/iterative/vscode-dvc/pull/4484) by [@mattseddon](https://github.com/mattseddon)
23+
- Fix tests [#4508](https://github.com/iterative/vscode-dvc/pull/4508) by [@mattseddon](https://github.com/mattseddon)
24+
- Avoid more unnecessary experiments table re-renders [#4503](https://github.com/iterative/vscode-dvc/pull/4503) by [@mattseddon](https://github.com/mattseddon)
25+
- Reduce Comparison "Image By Step" calls to backend [#4506](https://github.com/iterative/vscode-dvc/pull/4506) by [@julieg18](https://github.com/julieg18)
26+
527
## [1.0.39] - 2023-08-14
628

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

0 commit comments

Comments
 (0)