From 142c47ea558d29c519267a52d76a1f281f28d68c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 2 Dec 2024 14:08:23 -0500 Subject: [PATCH] edgedb-cli 6.0.1 Fixes ===== * Combine link opening code. (#1415) (by @dnwpark in 2d93a7f2 for #1343) * Do not warn on `.esdl` schema files (#1416) (by @scotttrinh in c12adf66 for #1416) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f55a78e8..e27e7b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "edgedb-cli" -version = "6.0.0" +version = "6.0.1" dependencies = [ "anes", "ansi-escapes", diff --git a/Cargo.toml b/Cargo.toml index 0bea811c..5698ea06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "edgedb-cli" license = "MIT/Apache-2.0" -version = "6.0.0" +version = "6.0.1" authors = ["EdgeDB Inc. "] edition = "2018"