Skip to content

Commit de19361

Browse files
github-actions[bot]iterative-olivawmattseddon
authored
Update version and CHANGELOG for release (#5094)
Co-authored-by: Olivaw[bot] <[email protected]> Co-authored-by: Matt Seddon <[email protected]>
1 parent 3f470e5 commit de19361

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.2.0] - 2023-12-10
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Bump min DVC version to 3.33.0 (standardise plots across products) [#4734](https://github.com/iterative/vscode-dvc/pull/4734) by [@mattseddon](https://github.com/mattseddon)
10+
- Add commands for updating `studio.url` in DVC configuration [#5072](https://github.com/iterative/vscode-dvc/pull/5072) by [@julieg18](https://github.com/julieg18)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix scheduled CLI output test (<DVC_METRIC_DATA> is an array) [#5074](https://github.com/iterative/vscode-dvc/pull/5074) by [@mattseddon](https://github.com/mattseddon)
15+
- Bump min version of VS Code to 1.75.0 [#5084](https://github.com/iterative/vscode-dvc/pull/5084) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Update demo project and latest tested CLI version (3.31.2) [#5063](https://github.com/iterative/vscode-dvc/pull/5063) by [@julieg18](https://github.com/julieg18)
20+
- Get studio url from dvc config [#5061](https://github.com/iterative/vscode-dvc/pull/5061) by [@julieg18](https://github.com/julieg18)
21+
- Update demo project and latest tested CLI version (3.32.0) [#5073](https://github.com/iterative/vscode-dvc/pull/5073) by [@julieg18](https://github.com/julieg18)
22+
- Cancel Studio Token Request after five minutes [#5071](https://github.com/iterative/vscode-dvc/pull/5071) by [@julieg18](https://github.com/julieg18)
23+
- Use signal API to simplify using the smooth slider [#5077](https://github.com/iterative/vscode-dvc/pull/5077) by [@sroy3](https://github.com/sroy3)
24+
- Fix flaky cancel token request test [#5079](https://github.com/iterative/vscode-dvc/pull/5079) by [@mattseddon](https://github.com/mattseddon)
25+
- Move e2e tests to stable [#5082](https://github.com/iterative/vscode-dvc/pull/5082) by [@julieg18](https://github.com/julieg18)
26+
- Bump min version of DVC to 3.33.3 (umask error in dvc_objects) [#5078](https://github.com/iterative/vscode-dvc/pull/5078) by [@mattseddon](https://github.com/mattseddon)
27+
- Use resize observer to simplify use get plot [#5085](https://github.com/iterative/vscode-dvc/pull/5085) by [@mattseddon](https://github.com/mattseddon)
28+
529
## [1.1.18] - 2023-12-01
630

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

0 commit comments

Comments
 (0)