Skip to content

Commit

Permalink
Merge pull request #55 from mirumee/release-proxy-0-3
Browse files Browse the repository at this point in the history
Bump version to 0.3
  • Loading branch information
rafalp committed Mar 26, 2024
2 parents cedcfc8 + 111c72c commit 901e3cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0 (UNRELEASED)
## 0.3.0 (2024-03-26)

- Added `CacheSerializer`, `NoopCacheSerializer` and `JSONCacheSerializer`. Changed `CacheBackend`, `InMemoryCache`, `CloudflareCacheBackend` and `DynamoDBCacheBackend` to accept `serializer` initialization option.
- Fixed schema proxy returning an error when variable defined in an operation is missing from its variables.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "0.2.0"
version = "0.3.0"
dependencies = [
"graphql-core>=3.2.0,<3.3",
"httpx",
"ariadne==0.23.0.b1",
"ariadne>=0.23.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 901e3cf

Please sign in to comment.