Skip to content

Commit 019fa3d

Browse files
Update version and CHANGELOG for release (#4090)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 7d60c1c commit 019fa3d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.1] - 2023-06-12
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add Python Extension's "Create Env" command into DVC Setup [#4058](https://github.com/iterative/vscode-dvc/pull/4058) by [@julieg18](https://github.com/julieg18)
10+
- Show CLI errors generated by exp show [#4062](https://github.com/iterative/vscode-dvc/pull/4062) by [@mattseddon](https://github.com/mattseddon)
11+
- Show information toast when trying to exceed max number of plotted experiments [#4085](https://github.com/iterative/vscode-dvc/pull/4085) by [@mattseddon](https://github.com/mattseddon)
12+
13+
### 🐛 Bug Fixes
14+
15+
- Prevent current branch being duplicated when an experiment is running [#4084](https://github.com/iterative/vscode-dvc/pull/4084) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Update useful commands reference in the README [#4073](https://github.com/iterative/vscode-dvc/pull/4073) by [@mattseddon](https://github.com/mattseddon)
20+
- Fix scheduled CLI output test (correctly mock config) [#4076](https://github.com/iterative/vscode-dvc/pull/4076) by [@mattseddon](https://github.com/mattseddon)
21+
- Refactor empty state code for experiments and plots [#4075](https://github.com/iterative/vscode-dvc/pull/4075) by [@mattseddon](https://github.com/mattseddon)
22+
- Standardize use of send message across setup, experiments and plots [#4077](https://github.com/iterative/vscode-dvc/pull/4077) by [@mattseddon](https://github.com/mattseddon)
23+
- Improve README [#4086](https://github.com/iterative/vscode-dvc/pull/4086) by [@mattseddon](https://github.com/mattseddon)
24+
525
## [1.0.0] - 2023-06-09
626

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

0 commit comments

Comments
 (0)