We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f408f12 commit 2faecaeCopy full SHA for 2faecae
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 0.6.0 (2022-09-08)
4
+
5
+- Added support for `__args__ = convert_case` for `MutationType`.
6
+- Changed `convert_case` to be less magic in its behavior.
7
8
9
## 0.5.0 (2022-07-03)
10
11
- Implement missing logic for `ObjectType.__fields_args__`
setup.py
@@ -27,7 +27,7 @@
27
long_description=README,
28
long_description_content_type="text/markdown",
29
license="BSD",
30
- version="0.5.0",
+ version="0.6.0",
31
url="https://github.com/mirumee/ariadne-graphql-modules",
32
packages=["ariadne_graphql_modules"],
33
include_package_data=True,
0 commit comments