Skip to content

Commit 0664ea3

Browse files
Merge pull request #837 from c-bata/bump-to-vscode-0.3.0
Bump the version up to vscode 0.3.0
2 parents 07786fd + a7281c7 commit 0664ea3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## 0.3.0
10+
911
* [bug] Fix a bug that the extension cannot show studies on the first attempt.
1012
* [feature] Enable a "Open in Optuna Dashboard" menu for `.log` files.
13+
* [enhancement] Add a slight performance improvement when loading a SQLite3 file that contains a lot of trials.
1114

1215
## 0.2.0
1316

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Optuna Dashboard",
44
"description": "Web Dashboard for Optuna",
55
"publisher": "Optuna",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"license": "MIT",
88
"icon": "images/optuna-logo.png",
99
"engines": {

0 commit comments

Comments
 (0)