From f345c98b6f175a0b547b04583ed8281362133660 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Apr 2023 19:54:49 +0000 Subject: [PATCH] 1.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- subgrounds/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f065b8f..85bf9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## v1.4.0 (2023-04-13) +### Feature +* `subgrounds.contrib.dash` and `subgrounds.contrib.plotly` ([`f1d79e8`](https://github.com/0xPlaygrounds/subgrounds/commit/f1d79e89f1594bc31d443fa2b248f745974dd468)) + +### Fix +* Headers bugs w/ non-subgraph apis ([`7749f8f`](https://github.com/0xPlaygrounds/subgrounds/commit/7749f8f378fd5dcad727e2b507a50ed99654fab3)) +* Update examples to user modern subgrounds ([`6e14b89`](https://github.com/0xPlaygrounds/subgrounds/commit/6e14b89dd040d938210827d2defcfa80e397a896)) + +### Documentation +* Adjust wording ([`501b480`](https://github.com/0xPlaygrounds/subgrounds/commit/501b480a93834978faa063633060389ef82b5931)) +* Add extra details about `contrib` and deprecation ([`6a7bbec`](https://github.com/0xPlaygrounds/subgrounds/commit/6a7bbecbbd30d926ff7a9c8285b3c7be64b28722)) + ## v1.3.0 (2023-04-07) ### Feature * Add specific error models ([`6218076`](https://github.com/0xPlaygrounds/subgrounds/commit/621807602c3467a3e729541f645d992d3e5b6297)) diff --git a/pyproject.toml b/pyproject.toml index 871ddbe..4269363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "subgrounds" -version = "1.3.0" +version = "1.4.0" description = "A Pythonic data access layer for applications querying data from The Graph Network." authors = [ "cvauclair ", diff --git a/subgrounds/__init__.py b/subgrounds/__init__.py index fbfa0ae..a952a31 100644 --- a/subgrounds/__init__.py +++ b/subgrounds/__init__.py @@ -1,7 +1,7 @@ from subgrounds.subgraph import FieldPath, Subgraph, SyntheticField from subgrounds.subgrounds import Subgrounds -__version__ = "1.3.0" +__version__ = "1.4.0" __all__ = [ "FieldPath",