From ba259e622201dd84c4dc0b3190487ccdc9b3cf3e Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 12 Oct 2023 14:28:24 +0900 Subject: [PATCH] Bump the version up to VS Code Extension 0.1.0 --- vscode/README.md | 4 ++++ vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vscode/README.md b/vscode/README.md index 78587c37..960669a3 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -14,6 +14,10 @@ Nothing to configure. ## Release Notes +### 0.1.0 + +Added older database schemas support (Optuna 2.6.0 or later) + ### 0.0.1 Initial Release diff --git a/vscode/package.json b/vscode/package.json index a5c1d818..6a99a905 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "displayName": "Optuna Dashboard", "description": "Web Dashboard for Optuna", "publisher": "Optuna", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "icon": "images/optuna-logo.png", "engines": {