Skip to content

Commit 3d2cef5

Browse files
Update version and CHANGELOG for release (#4074)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 860a59a commit 3d2cef5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.0] - 2023-06-09
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- 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)
10+
11+
### 🐛 Bug Fixes
12+
13+
- 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)
14+
15+
### 🔨 Maintenance
16+
17+
- Fix failing tests [#4070](https://github.com/iterative/vscode-dvc/pull/4070) by [@mattseddon](https://github.com/mattseddon)
18+
519
## [0.9.6] - 2023-06-08
620

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

0 commit comments

Comments
 (0)