From e7049e2390d337e38872b498bfe8e00f22698e43 Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Thu, 11 Dec 2025 20:50:30 +0100 Subject: [PATCH] release: prepare v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3ad2fc..b09bbea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "biscuit-php" -version = "0.1.0" +version = "0.2.0" dependencies = [ "biscuit-auth", "ext-php-rs", diff --git a/Cargo.toml b/Cargo.toml index 69945a7..b39c4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-php" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "Apache-2.0" description = "PHP wrapper for Biscuit authorization tokens"