Skip to content

Commit 6f76273

Browse files
committed
1.8.1
Automatically generated by python-semantic-release
1 parent b60e3a9 commit 6f76273

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.8.1 (2023-11-10)
6+
7+
### Fix
8+
9+
* Critical fix that amends `__exit__` and `__aexit__` ([#49](https://github.com/0xPlaygrounds/subgrounds/issues/49)) ([`b60e3a9`](https://github.com/0xPlaygrounds/subgrounds/commit/b60e3a9fb09a78384c9783b0ba677b98b3879216))
10+
11+
### Documentation
12+
13+
* Finally formatting changes to README.md ([`5820110`](https://github.com/0xPlaygrounds/subgrounds/commit/58201108f42d70d53bab9b88b2fabe6f2a2e1657))
14+
* More formatting changes to README.md ([`71a66a8`](https://github.com/0xPlaygrounds/subgrounds/commit/71a66a81974e4632b4102fe4b5584c6d9136497b))
15+
* Format code-block in README.md ([`0db2207`](https://github.com/0xPlaygrounds/subgrounds/commit/0db22079329f40254ce51aa0d615f730cc4099f4))
16+
517
## v1.8.0 (2023-10-10)
618

719
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "subgrounds"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
description = "A Pythonic data access layer for applications querying data from The Graph Network."
55
authors = [
66
"cvauclair <cvauclair@playgrounds.network>",

subgrounds/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from subgrounds.client import AsyncSubgrounds, Subgrounds
22
from subgrounds.subgraph import FieldPath, Subgraph, SyntheticField
33

4-
__version__ = "1.8.0"
4+
__version__ = "1.8.1"
55

66
__all__ = [
77
"AsyncSubgrounds",

0 commit comments

Comments
 (0)