Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 1, 2023
1 parent 5c18dec commit 14c0dfa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v1.6.1 (2023-08-01)

### Fix

* `add` method of `Selection` class ([#39](https://github.com/0xPlaygrounds/subgrounds/issues/39)) ([`5c18dec`](https://github.com/0xPlaygrounds/subgrounds/commit/5c18dec14fb78176238d3bda2c0e6a3016de0b4e))

### Documentation

* Update README links ([`f271706`](https://github.com/0xPlaygrounds/subgrounds/commit/f271706fee42c90ab99840bac65952217a5aaf1a))

## v1.6.0 (2023-05-25)
### Feature
* Add helpers for accessing the playgrounds gateway ([#21](https://github.com/0xPlaygrounds/subgrounds/issues/21)) ([`e44aee6`](https://github.com/0xPlaygrounds/subgrounds/commit/e44aee65649bff192321cfd82436b65da236d870))
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.6.0"
version = "1.6.1"
description = "A Pythonic data access layer for applications querying data from The Graph Network."
authors = [
"cvauclair <cvauclair@playgrounds.network>",
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.subgraph import FieldPath, Subgraph, SyntheticField
from subgrounds.subgrounds import Subgrounds

__version__ = "1.6.0"
__version__ = "1.6.1"

__all__ = [
"FieldPath",
Expand Down

0 comments on commit 14c0dfa

Please sign in to comment.