We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4713 commit ac5afaeCopy full SHA for ac5afae
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.2
4
+
5
+- Go deep on making things as async as they possibly can
6
7
## v0.2.1
8
9
- Add async support for custom adapters
docs/index.md
@@ -1,6 +1,6 @@
# Getting Started
-Documentation for version: **v0.2.1**
+Documentation for version: **v0.2.2**
## Overview
pyproject.toml
[tool.poetry]
name = "offchain"
-version = "0.2.1"
+version = "0.2.2"
description = "Open source metadata processing framework"
authors = ["Zora eng <[email protected]>"]
readme = "README.md"
0 commit comments