From 47c89718204020a50f9244523ca76f29c52a980c Mon Sep 17 00:00:00 2001 From: DamianCzajkowski <43958031+DamianCzajkowski@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:04:01 +0200 Subject: [PATCH] bump version to 0.4.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d856527..886a558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.4.0 (UNRELEASED) +## 0.4.0 (2024-07-30) - Fixed handling of nested variables in objects and lists. - Added `queries`, `mutations` and `subscriptions` APIs to `ProxySchema.add_remote_schema`, `ProxySchema.add_schema` and `copy_schema` for creating schemas that are subsets of other, larger schemas. diff --git a/pyproject.toml b/pyproject.toml index 6788bda..669537b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "0.4.0.dev1" +version = "0.4.0" dependencies = [ "graphql-core>=3.2.0,<3.3", "httpx",