Skip to content

Commit 14c0dfa

Browse files
committed
1.6.1
Automatically generated by python-semantic-release
1 parent 5c18dec commit 14c0dfa

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## v1.6.1 (2023-08-01)
6+
7+
### Fix
8+
9+
* `add` method of `Selection` class ([#39](https://github.com/0xPlaygrounds/subgrounds/issues/39)) ([`5c18dec`](https://github.com/0xPlaygrounds/subgrounds/commit/5c18dec14fb78176238d3bda2c0e6a3016de0b4e))
10+
11+
### Documentation
12+
13+
* Update README links ([`f271706`](https://github.com/0xPlaygrounds/subgrounds/commit/f271706fee42c90ab99840bac65952217a5aaf1a))
14+
515
## v1.6.0 (2023-05-25)
616
### Feature
717
* Add helpers for accessing the playgrounds gateway ([#21](https://github.com/0xPlaygrounds/subgrounds/issues/21)) ([`e44aee6`](https://github.com/0xPlaygrounds/subgrounds/commit/e44aee65649bff192321cfd82436b65da236d870))

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.6.0"
3+
version = "1.6.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.subgraph import FieldPath, Subgraph, SyntheticField
22
from subgrounds.subgrounds import Subgrounds
33

4-
__version__ = "1.6.0"
4+
__version__ = "1.6.1"
55

66
__all__ = [
77
"FieldPath",

0 commit comments

Comments
 (0)