Skip to content

Commit 73fdeb2

Browse files
Update version and CHANGELOG for release (#4967)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 47e4bb9 commit 73fdeb2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.1.13] - 2023-11-10
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add drag and drop mode to plots [#4934](https://github.com/iterative/vscode-dvc/pull/4934) by [@sroy3](https://github.com/sroy3)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix e2e tests (SCM entry removed by insiders) [#4955](https://github.com/iterative/vscode-dvc/pull/4955) by [@mattseddon](https://github.com/mattseddon)
14+
15+
### 🔨 Maintenance
16+
17+
- Increase plot webview test timeout [#4923](https://github.com/iterative/vscode-dvc/pull/4923) by [@julieg18](https://github.com/julieg18)
18+
- Increase timeouts of webview tests [#4928](https://github.com/iterative/vscode-dvc/pull/4928) by [@mattseddon](https://github.com/mattseddon)
19+
- Remove unused dependencies [#4930](https://github.com/iterative/vscode-dvc/pull/4930) by [@sroy3](https://github.com/sroy3)
20+
- Update demo project and latest tested CLI version (3.28.0) [#4936](https://github.com/iterative/vscode-dvc/pull/4936) by [@julieg18](https://github.com/julieg18)
21+
- Update version of Python used in CI [#4944](https://github.com/iterative/vscode-dvc/pull/4944) by [@mattseddon](https://github.com/mattseddon)
22+
- Add Setup Studio module [#4943](https://github.com/iterative/vscode-dvc/pull/4943) by [@julieg18](https://github.com/julieg18)
23+
524
## [1.1.12] - 2023-10-27
625

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

0 commit comments

Comments
 (0)