Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#4074)
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 Jun 9, 2023
1 parent 860a59a commit 3d2cef5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [1.0.0] - 2023-06-09

### 🚀 New Features and Enhancements

- Add PYTHONPATH to environment variables if the Python extension makes it available [#4045](https://github.com/iterative/vscode-dvc/pull/4045) by [@mattseddon](https://github.com/mattseddon)

### 🐛 Bug Fixes

- fix(plots): correct the empty screen link to the dvc docs [#4068](https://github.com/iterative/vscode-dvc/pull/4068) by [@shcheklein](https://github.com/shcheklein)

### 🔨 Maintenance

- Fix failing tests [#4070](https://github.com/iterative/vscode-dvc/pull/4070) by [@mattseddon](https://github.com/mattseddon)

## [0.9.6] - 2023-06-08

### 🚀 New Features and Enhancements
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": "0.9.6",
"version": "1.0.0",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit 3d2cef5

Please sign in to comment.