From 88830ed06ae1de7a849feecb61e8b071aa75a244 Mon Sep 17 00:00:00 2001 From: "claude@clouddev1" Date: Wed, 17 Jun 2026 21:46:52 +0000 Subject: [PATCH] chore(release): bump version to 0.2.0 First release carrying the version surfaces (--version / -V / the in-app version command, ADR-0054), the curl|sh + PowerShell installers (ADR-0055), crates.io/binstall readiness (ADR-0056), the verified hint corpus, the Ctrl-G demo F1 alias, and the cargo fmt gate (#35). The release guard checks this equals the v0.2.0 tag. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1fc106..66411c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "rdbms-playground" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 92aa8f6..822d762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdbms-playground" -version = "0.1.0" +version = "0.2.0" edition = "2024" description = "A cross-platform TUI playground for learning relational databases." license = "MIT OR Apache-2.0"