From d1d2d63d3763270f13534854b8303d8b76948f21 Mon Sep 17 00:00:00 2001 From: Luke Yang Date: Tue, 24 Oct 2023 18:00:49 -0400 Subject: [PATCH] BACK-1720: bump version to v0.2.5 --- docs/changelog.md | 5 +++++ docs/index.md | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9de0b8e..ea00282 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.5 + +- Use http HEAD requests to fetch mime-type and size that make up a token's metadata +- Upgrade httpx to 0.25.0 + ## v0.2.4 - Update Github actions pipeline diff --git a/docs/index.md b/docs/index.md index ec5e94f..8dd3be9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Getting Started -Documentation for version: **v0.2.4** +Documentation for version: **v0.2.5** ## Overview diff --git a/pyproject.toml b/pyproject.toml index fc5b4ae..c1d8dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "offchain" -version = "0.2.4" +version = "0.2.5" description = "Open source metadata processing framework" authors = ["Zora eng "] readme = "README.md"