Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#4905)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivaw[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and iterative-olivaw authored Oct 25, 2023
1 parent 6c56a92 commit c08748c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [1.1.10] - 2023-10-25

### 🚀 New Features and Enhancements

- Add created branch (from `dvc exp branch`) to the experiments table [#4857](https://github.com/iterative/vscode-dvc/pull/4857) by [@julieg18](https://github.com/julieg18)

### 🐛 Bug Fixes

- Warn user before trying to add a stage to their pipeline [#4869](https://github.com/iterative/vscode-dvc/pull/4869) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Update demo project dvclive 3.1.0 [#4874](https://github.com/iterative/vscode-dvc/pull/4874) by [@sroy3](https://github.com/sroy3)
- Fix `quickPickUserOrderedValues` windows test timing out [#4879](https://github.com/iterative/vscode-dvc/pull/4879) by [@julieg18](https://github.com/julieg18)
- Remove @types/react-measure [#4898](https://github.com/iterative/vscode-dvc/pull/4898) by [@sroy3](https://github.com/sroy3)

## [1.1.9] - 2023-10-20

### 🔨 Maintenance
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.9",
"version": "1.1.10",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit c08748c

Please sign in to comment.