From d8340219430b97f6258aa8fc77e94edc2566a586 Mon Sep 17 00:00:00 2001 From: Abhi Bhat Date: Thu, 28 May 2026 11:00:36 +0530 Subject: [PATCH] chore: release v0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version for v0.2.2. Includes: email category (SES, Azure ACS, SMTP). - pyproject.toml: 0.2.1 → 0.2.2 - cloudrift/__init__.py: 0.2.0 → 0.2.2 (also catches up the pre-existing drift behind pyproject) - uv.lock: regenerated against the bumped version --- cloudrift/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cloudrift/__init__.py b/cloudrift/__init__.py index caf992a..194df63 100644 --- a/cloudrift/__init__.py +++ b/cloudrift/__init__.py @@ -6,7 +6,7 @@ from cloudrift.pubsub import get_pubsub from cloudrift.email import get_email -__version__ = "0.2.0" +__version__ = "0.2.2" __all__ = [ "get_storage", "get_queue", diff --git a/pyproject.toml b/pyproject.toml index 93a1401..01e1005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "lyzr-cloudrift" -version = "0.2.1" +version = "0.2.2" description = "Cloud-agnostic abstraction for storage, messaging, document databases, cache, secrets, pub/sub, and email" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index d30353b..ce44ec6 100644 --- a/uv.lock +++ b/uv.lock @@ -1140,7 +1140,7 @@ wheels = [ [[package]] name = "lyzr-cloudrift" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } [package.optional-dependencies] @@ -1178,6 +1178,7 @@ dev = [ { name = "aioboto3" }, { name = "aiosmtplib" }, { name = "azure-communication-email" }, + { name = "azure-identity" }, { name = "fakeredis" }, { name = "httpx" }, { name = "moto", extra = ["s3", "server"] }, @@ -1210,6 +1211,7 @@ requires-dist = [ { name = "azure-eventgrid", marker = "extra == 'azure'", specifier = ">=4.9.0" }, { name = "azure-identity", marker = "extra == 'all'", specifier = ">=1.15.0" }, { name = "azure-identity", marker = "extra == 'azure'", specifier = ">=1.15.0" }, + { name = "azure-identity", marker = "extra == 'dev'", specifier = ">=1.15.0" }, { name = "azure-keyvault-secrets", marker = "extra == 'all'", specifier = ">=4.7.0" }, { name = "azure-keyvault-secrets", marker = "extra == 'azure'", specifier = ">=4.7.0" }, { name = "azure-servicebus", marker = "extra == 'all'", specifier = ">=7.11.0" },