Skip to content

Commit 797aaf8

Browse files
committed
1.9.0
Automatically generated by python-semantic-release
1 parent 9e4a5b8 commit 797aaf8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v1.9.0 (2024-06-18)
6+
7+
### Feature
8+
9+
* **chore:** Bump deps, might consider >= in the future ([`9e4a5b8`](https://github.com/0xPlaygrounds/subgrounds/commit/9e4a5b8a78dc4ddd8223946d04de025e3cb100f8))
10+
511
## v1.8.3 (2024-06-10)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "subgrounds"
3-
version = "1.8.3"
3+
version = "1.9.0"
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

Lines changed: 1 addition & 1 deletion
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.3"
4+
__version__ = "1.9.0"
55

66
__all__ = [
77
"AsyncSubgrounds",

0 commit comments

Comments
 (0)