From bd12dd4e9957188004149f75f0a7bcf65cf7ab33 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Wed, 2 Sep 2026 11:48:42 +0200 Subject: [PATCH] Release 0.3.33 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 966e8ae..10503f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2948,7 +2948,7 @@ dependencies = [ [[package]] name = "portal" -version = "0.3.32" +version = "0.3.33" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index f107500..3a2abbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portal" -version = "0.3.32" +version = "0.3.33" edition = "2021" [lib]