Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Sep 8, 2022
1 parent f408f12 commit 2faecae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.6.0 (2022-09-08)

- Added support for `__args__ = convert_case` for `MutationType`.
- Changed `convert_case` to be less magic in its behavior.


## 0.5.0 (2022-07-03)

- Implement missing logic for `ObjectType.__fields_args__`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=README,
long_description_content_type="text/markdown",
license="BSD",
version="0.5.0",
version="0.6.0",
url="https://github.com/mirumee/ariadne-graphql-modules",
packages=["ariadne_graphql_modules"],
include_package_data=True,
Expand Down

0 comments on commit 2faecae

Please sign in to comment.