Skip to content

Commit

Permalink
πŸš€ Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Feb 26, 2024
1 parent c2927b2 commit f837927
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

## v0.3.0 (February 2024)

* πŸ”§ Move to sphinx-extensions2 organisation by @chrisjsewell in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/17
* πŸ‘Œ Improve parsing of multiline docstrings by @AlexTorx in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/15
* πŸ› FIX: Exception when rendering `CheckConstraints` by @Starbat in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/19

## v0.2.0 (November 2023)

* πŸ› FIX: Skip non-columns by @rclaasen in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/2
Expand Down
2 changes: 1 addition & 1 deletion sphinx_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import TYPE_CHECKING

__version__ = "0.2.0"
__version__ = "0.3.0"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit f837927

Please sign in to comment.