Skip to content

Commit a90eced

Browse files
Update version and CHANGELOG for release (#5060)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 6ef1a2e commit a90eced

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.1.18] - 2023-12-01
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add a message when we are showing only 20 plots [#5008](https://github.com/iterative/vscode-dvc/pull/5008) by [@sroy3](https://github.com/sroy3)
10+
- Extend available workspace params available to modify [#5030](https://github.com/iterative/vscode-dvc/pull/5030) by [@mattseddon](https://github.com/mattseddon)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Handle missing items in drag and drop container [#5054](https://github.com/iterative/vscode-dvc/pull/5054) by [@mattseddon](https://github.com/mattseddon)
15+
- Handle project having experiments with no data [#5045](https://github.com/iterative/vscode-dvc/pull/5045) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Update demo project and latest tested CLI version (3.30.3) [#5053](https://github.com/iterative/vscode-dvc/pull/5053) by [@julieg18](https://github.com/julieg18)
20+
- Remove dead code from Setup [#5055](https://github.com/iterative/vscode-dvc/pull/5055) by [@mattseddon](https://github.com/mattseddon)
21+
- Improve Studio Token Authentication URI Handler [#5049](https://github.com/iterative/vscode-dvc/pull/5049) by [@julieg18](https://github.com/julieg18)
22+
523
## [1.1.17] - 2023-11-29
624

725
### 🐛 Bug Fixes

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

0 commit comments

Comments
 (0)