Skip to content

Commit

Permalink
1.8.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 10, 2024
1 parent d022c85 commit 9d39091
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.8.3 (2024-06-10)

### Fix

* Added test for null_filter condition. ([#53](https://github.com/0xPlaygrounds/subgrounds/issues/53)) ([`d022c85`](https://github.com/0xPlaygrounds/subgrounds/commit/d022c8525e0fa88c55352376b754aaebfc2dec10))

## v1.8.2 (2024-06-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "subgrounds"
version = "1.8.2"
version = "1.8.3"
description = "A Pythonic data access layer for applications querying data from The Graph Network."
authors = [
"cvauclair <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion subgrounds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from subgrounds.client import AsyncSubgrounds, Subgrounds
from subgrounds.subgraph import FieldPath, Subgraph, SyntheticField

__version__ = "1.8.2"
__version__ = "1.8.3"

__all__ = [
"AsyncSubgrounds",
Expand Down

0 comments on commit 9d39091

Please sign in to comment.