Skip to content

Commit 0a48310

Browse files
Update version and CHANGELOG for release (#3320)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 4e2164b commit 0a48310

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.9] - 2023-02-20
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Update get Studio access token link [#3303](https://github.com/iterative/vscode-dvc/pull/3303) by [@mattseddon](https://github.com/mattseddon)
10+
- Update link to get Studio access token (drop need for username) [#3306](https://github.com/iterative/vscode-dvc/pull/3306) by [@mattseddon](https://github.com/mattseddon)
11+
- Change the add configuration button text and add more information on functionality [#3295](https://github.com/iterative/vscode-dvc/pull/3295) by [@sroy3](https://github.com/sroy3)
12+
- Redirect user to add new Studio access token on 401 response [#3311](https://github.com/iterative/vscode-dvc/pull/3311) by [@mattseddon](https://github.com/mattseddon)
13+
- Re-add show experiments and show plots to tree view titles [#3314](https://github.com/iterative/vscode-dvc/pull/3314) by [@mattseddon](https://github.com/mattseddon)
14+
- Remove auto apply filters to experiment selection for plots [#3315](https://github.com/iterative/vscode-dvc/pull/3315) by [@mattseddon](https://github.com/mattseddon)
15+
16+
### 🐛 Bug Fixes
17+
18+
- fix: DnD landing breaks on ellipsis [#3309](https://github.com/iterative/vscode-dvc/pull/3309) by [@shcheklein](https://github.com/shcheklein)
19+
- Add metrics.json to plots list of watched files [#3319](https://github.com/iterative/vscode-dvc/pull/3319) by [@mattseddon](https://github.com/mattseddon)
20+
21+
### 🔨 Maintenance
22+
23+
- Disable unnecessary chromatic snapshots [#3310](https://github.com/iterative/vscode-dvc/pull/3310) by [@mattseddon](https://github.com/mattseddon)
24+
- Update demo project and latest tested CLI version (2.45.1) [#3312](https://github.com/iterative/vscode-dvc/pull/3312) by [@mattseddon](https://github.com/mattseddon)
25+
526
## [0.6.8] - 2023-02-17
627

728
### 🐛 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.8",
12+
"version": "0.6.9",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)