From abaf49237e433c1bf1f5c503ec6115fecea3fa42 Mon Sep 17 00:00:00 2001 From: ospab Date: Thu, 14 May 2026 22:57:14 +0300 Subject: [PATCH] Release preparation: bump version to v0.1.7 [skip ci] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa7a2d9..a7a98ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ resolver = "2" [workspace.package] edition = "2021" -license = "MIT" -version = "0.1.0" +license = "BSL 1.1" +version = "0.1.7" [workspace.dependencies] anyhow = "1.0"