Skip to content

Commit 2faecae

Browse files
committed
Release 0.6
1 parent f408f12 commit 2faecae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## 0.5.0 (2022-07-03)
410

511
- Implement missing logic for `ObjectType.__fields_args__`

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description=README,
2828
long_description_content_type="text/markdown",
2929
license="BSD",
30-
version="0.5.0",
30+
version="0.6.0",
3131
url="https://github.com/mirumee/ariadne-graphql-modules",
3232
packages=["ariadne_graphql_modules"],
3333
include_package_data=True,

0 commit comments

Comments
 (0)