From 528e0691933445a1ab55e8ce0fc45123fc560603 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 15 Jun 2026 13:05:57 +0000 Subject: [PATCH] chore(release): bump version to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OxiCloud v0.7.0 — "Slipstream". Version bump for the release; see the GitHub release notes for the full changelog since v0.6.0. https://claude.ai/code/session_01DCszkkU11LYxMEUWr4setK --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b77cea2..9144fd87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4076,7 +4076,7 @@ dependencies = [ [[package]] name = "oxicloud" -version = "0.6.0" +version = "0.7.0" dependencies = [ "accept-language", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 1bb33a08..962cf1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxicloud" -version = "0.6.0" +version = "0.7.0" edition = "2024" default-run = "oxicloud"