File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.7.1 (2023-09-22)
6
+
7
+ ### Fix
8
+
9
+ * Nested filters ([ #40 ] ( https://github.com/0xPlaygrounds/subgrounds/issues/40 ) ) ([ ` 3f3f575 ` ] ( https://github.com/0xPlaygrounds/subgrounds/commit/3f3f5753bf5dba9ac39664156b76f81697055a23 ) )
10
+
11
+ ### Documentation
12
+
13
+ * Update CHANGELOG.md ([ ` 7ef0876 ` ] ( https://github.com/0xPlaygrounds/subgrounds/commit/7ef08764cd27478ab9797f2823a823cbbe095ec2 ) )
14
+
5
15
## v1.7.0 (2023-09-05)
6
16
7
17
### Feature
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " subgrounds"
3
- version = " 1.7.0 "
3
+ version = " 1.7.1 "
4
4
description = " A Pythonic data access layer for applications querying data from The Graph Network."
5
5
authors = [
6
6
" cvauclair <cvauclair@playgrounds.network>" ,
Original file line number Diff line number Diff line change 1
1
from subgrounds .client import AsyncSubgrounds , Subgrounds
2
2
from subgrounds .subgraph import FieldPath , Subgraph , SyntheticField
3
3
4
- __version__ = "1.7.0 "
4
+ __version__ = "1.7.1 "
5
5
6
6
__all__ = [
7
7
"AsyncSubgrounds" ,
You can’t perform that action at this time.
0 commit comments