Skip to content

Commit 2a24c17

Browse files
Update version and CHANGELOG for release (#3254)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 914e9d6 commit 2a24c17

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.3] - 2023-02-09
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Create dvc.yaml file with training script on run experiment [#3197](https://github.com/iterative/vscode-dvc/pull/3197) by [@sroy3](https://github.com/sroy3)
10+
- Add reminder to commit after `dvc init` [#3239](https://github.com/iterative/vscode-dvc/pull/3239) by [@julieg18](https://github.com/julieg18)
11+
- Add jupyter notebook script to run in dvc.yaml [#3240](https://github.com/iterative/vscode-dvc/pull/3240) by [@sroy3](https://github.com/sroy3)
12+
- Improve vega bindings color (smooth template) [#3250](https://github.com/iterative/vscode-dvc/pull/3250) by [@mattseddon](https://github.com/mattseddon)
13+
- Add ability to stop experiments running in the workspace (outside of the extension) [#3247](https://github.com/iterative/vscode-dvc/pull/3247) by [@mattseddon](https://github.com/mattseddon)
14+
15+
### 🐛 Bug Fixes
16+
17+
- Don't add "Created" column when there is no data [#3241](https://github.com/iterative/vscode-dvc/pull/3241) by [@julieg18](https://github.com/julieg18)
18+
19+
### 🔨 Maintenance
20+
21+
- Attempt to fix flaky integration test (simplify and split) [#3201](https://github.com/iterative/vscode-dvc/pull/3201) by [@mattseddon](https://github.com/mattseddon)
22+
- Remove unnecessary dependency from tests [#3248](https://github.com/iterative/vscode-dvc/pull/3248) by [@mattseddon](https://github.com/mattseddon)
23+
524
## [0.6.2] - 2023-02-07
625

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

0 commit comments

Comments
 (0)