Skip to content

Commit e437757

Browse files
Update version and CHANGELOG for release (#3298)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 20ea124 commit e437757

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.7] - 2023-02-17
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add add configuration button in experiments table [#3281](https://github.com/iterative/vscode-dvc/pull/3281) by [@sroy3](https://github.com/sroy3)
10+
- Enable saving of Studio access token [#3235](https://github.com/iterative/vscode-dvc/pull/3235) by [@mattseddon](https://github.com/mattseddon)
11+
- Share experiment to Studio from experiments table [#3289](https://github.com/iterative/vscode-dvc/pull/3289) by [@mattseddon](https://github.com/mattseddon)
12+
13+
### 🐛 Bug Fixes
14+
15+
- Move the comparison table header down from under the ribbon when scrolling [#3291](https://github.com/iterative/vscode-dvc/pull/3291) by [@sroy3](https://github.com/sroy3)
16+
17+
### 🔨 Maintenance
18+
19+
- Create Modal class (mirror Toast) [#3294](https://github.com/iterative/vscode-dvc/pull/3294) by [@mattseddon](https://github.com/mattseddon)
20+
- Clean up webview factory [#3277](https://github.com/iterative/vscode-dvc/pull/3277) by [@mattseddon](https://github.com/mattseddon)
21+
522
## [0.6.6] - 2023-02-14
623

724
### 🐛 Bug Fixes

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.6",
12+
"version": "0.6.7",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)