Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Nov 13, 2023
1 parent f4073ff commit 95cf972
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
autogqlschema v0.2.0 (2023-11-12)
=================================

Features
--------

- Can correctly parse CommonMark syntax in docstrings


Bugfixes
--------

- Can read source files in any order
- Fix indentation issues causing incorrect rendering
- Fix relative root directories always erroring


autogqlschema v0.1.0 (2023-09-30)
=================================

Expand Down
1 change: 0 additions & 1 deletion doc/changes/+3eea0407.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/+501393aa.feature

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/+723c646c.feature

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/+a76d448e.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/+c23554ff.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/autogqlschema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A Sphinx extension for automatically documenting GraphQL schemas."""
from ._extension import setup

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = ("setup",)

0 comments on commit 95cf972

Please sign in to comment.