We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51020a2 + 504d2bf commit a5c3a11Copy full SHA for a5c3a11
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# CHANGELOG
2
+
3
+## 0.3.0 (2022-04-25)
4
5
+- Fix "dependency required" error raised for GraphQL `Float` scalar type.
setup.py
@@ -27,7 +27,7 @@
27
long_description=README,
28
long_description_content_type="text/markdown",
29
license="BSD",
30
- version="0.2.0",
+ version="0.3.0",
31
url="https://github.com/mirumee/ariadne-graphql-modules",
32
packages=["ariadne_graphql_modules"],
33
include_package_data=True,
0 commit comments