Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#5060)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivaw[bot] <olivaw@iterative.ai>
  • Loading branch information
github-actions[bot] and iterative-olivaw authored Dec 1, 2023
1 parent 6ef1a2e commit a90eced
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [1.1.18] - 2023-12-01

### 🚀 New Features and Enhancements

- 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)
- Extend available workspace params available to modify [#5030](https://github.com/iterative/vscode-dvc/pull/5030) by [@mattseddon](https://github.com/mattseddon)

### 🐛 Bug Fixes

- Handle missing items in drag and drop container [#5054](https://github.com/iterative/vscode-dvc/pull/5054) by [@mattseddon](https://github.com/mattseddon)
- Handle project having experiments with no data [#5045](https://github.com/iterative/vscode-dvc/pull/5045) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- 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)
- Remove dead code from Setup [#5055](https://github.com/iterative/vscode-dvc/pull/5055) by [@mattseddon](https://github.com/mattseddon)
- Improve Studio Token Authentication URI Handler [#5049](https://github.com/iterative/vscode-dvc/pull/5049) by [@julieg18](https://github.com/julieg18)

## [1.1.17] - 2023-11-29

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "1.1.17",
"version": "1.1.18",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit a90eced

Please sign in to comment.