Merge pull request #837 from c-bata/bump-to-vscode-0.3.0

Bump the version up to vscode 0.3.0
This commit is contained in:
Hideaki Imamura
2024-03-12 15:31:53 +09:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,8 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
## 0.3.0
* [bug] Fix a bug that the extension cannot show studies on the first attempt.
* [feature] Enable a "Open in Optuna Dashboard" menu for `.log` files.
* [enhancement] Add a slight performance improvement when loading a SQLite3 file that contains a lot of trials.
## 0.2.0
+1 -1
View File
@@ -3,7 +3,7 @@
"displayName": "Optuna Dashboard",
"description": "Web Dashboard for Optuna",
"publisher": "Optuna",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"icon": "images/optuna-logo.png",
"engines": {