From 495455180865785ae8cc1875e61ef9bc03494cc5 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Thu, 18 Jun 2026 02:01:34 +0300 Subject: [PATCH] chore(release): bump to 0.6.0 Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f27ccced..4330331c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "OpenCADStudio" -version = "0.5.9" +version = "0.6.0" dependencies = [ "acadrust", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 5c2fb5ec..552a52dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "OpenCADStudio" -version = "0.5.9" +version = "0.6.0" edition = "2021" build = "build.rs"