Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianCzajkowski authored Jul 30, 2024
1 parent d5e95ab commit 47c8971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47c8971

Please sign in to comment.