Skip to content

Commit a087321

Browse files
Update version and CHANGELOG for release (#4454)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 270c032 commit a087321

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.36] - 2023-08-08
6+
7+
### 🐛 Bug Fixes
8+
9+
- Fix sorts and filters for dep columns [#4432](https://github.com/iterative/vscode-dvc/pull/4432) by [@mattseddon](https://github.com/mattseddon)
10+
- Exclude untracked dvc.yaml and dvc.lock files from the DVC SCM tree [#4446](https://github.com/iterative/vscode-dvc/pull/4446) by [@mattseddon](https://github.com/mattseddon)
11+
- Fix Created column presence in show only changed [#4435](https://github.com/iterative/vscode-dvc/pull/4435) by [@mattseddon](https://github.com/mattseddon)
12+
13+
### 🔨 Maintenance
14+
15+
- Update demo project and latest tested CLI version (3.13.2) [#4439](https://github.com/iterative/vscode-dvc/pull/4439) by [@mattseddon](https://github.com/mattseddon)
16+
- Followup on fixing broken plots on first exp run [#4425](https://github.com/iterative/vscode-dvc/pull/4425) by [@julieg18](https://github.com/julieg18)
17+
- Reduce wait time in test utils [#4427](https://github.com/iterative/vscode-dvc/pull/4427) by [@mattseddon](https://github.com/mattseddon)
18+
- Only open experiments webview in integration tests when necessary [#4434](https://github.com/iterative/vscode-dvc/pull/4434) by [@mattseddon](https://github.com/mattseddon)
19+
- Update demo project and latest tested CLI version (3.13.3) [#4450](https://github.com/iterative/vscode-dvc/pull/4450) by [@julieg18](https://github.com/julieg18)
20+
- Replace git diff call with git extension state [#4444](https://github.com/iterative/vscode-dvc/pull/4444) by [@mattseddon](https://github.com/mattseddon)
21+
522
## [1.0.35] - 2023-08-08
623

724
### 🔨 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": "1.0.35",
12+
"version": "1.0.36",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)