From be3001d4af332e0e8e923201f8f34081c32120fb Mon Sep 17 00:00:00 2001 From: Pranaya Shrestha <55268350+pshrest2@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:28:38 +0545 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/azure_upload_benchmark/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e25759..af04e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/pshrest2/azure-upload-benchmark/compare/v0.2.1...v0.2.2) (2026-03-23) + + +### Documentation + +* update installation instruction ([fce7297](https://github.com/pshrest2/azure-upload-benchmark/commit/fce7297e7d1c5b073dace8af5cbc46d322f9a5c4)) + ## [0.2.1](https://github.com/pshrest2/azure-upload-benchmark/compare/v0.2.0...v0.2.1) (2026-03-23) diff --git a/pyproject.toml b/pyproject.toml index cd90c7b..ed44de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "azure-upload-benchmark" -version = "0.2.1" +version = "0.2.2" description = "Benchmark Azure Blob Storage upload performance with varying chunk sizes and concurrency levels." readme = "README.md" license = "MIT" diff --git a/src/azure_upload_benchmark/__init__.py b/src/azure_upload_benchmark/__init__.py index 653c746..6a3ebd2 100644 --- a/src/azure_upload_benchmark/__init__.py +++ b/src/azure_upload_benchmark/__init__.py @@ -4,4 +4,4 @@ chunk sizes and concurrency levels. """ -__version__ = "0.2.1" +__version__ = "0.2.2"