Skip to content

Commit 441e859

Browse files
committed
Release Nexa CLI v3.0.0
Update to v3.0.0 to match NexaDB 3.0.0 release. Changes: - Bump version from 2.3.0 to 3.0.0 - Update author email to krishcdbry@gmail.com - Add homepage https://nexadb.io This version supports NexaDB 3.0.0 with multi-database architecture.
1 parent 9bf12a2 commit 441e859

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
2-
name = "nexa"
3-
version = "2.3.0"
2+
name = "nexadb-cli"
3+
version = "3.0.0"
44
edition = "2021"
5-
authors = ["NexaDB Team <team@nexadb.dev>"]
5+
authors = ["Krish <krishcdbry@gmail.com>"]
66
description = "Interactive CLI for NexaDB - The database for AI developers"
77
license = "MIT"
8-
repository = "https://github.com/krishcdbry/nexa-cli"
8+
repository = "https://github.com/krishcdbry/nexadb"
9+
homepage = "https://nexadb.io"
910

1011
[dependencies]
1112
clap = { version = "4.5", features = ["derive", "color"] }

0 commit comments

Comments
 (0)