File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.0 (February 2024)
4+
5+ * π§ Move to sphinx-extensions2 organisation by @chrisjsewell in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/17
6+ * π Improve parsing of multiline docstrings by @AlexTorx in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/15
7+ * π FIX: Exception when rendering ` CheckConstraints ` by @Starbat in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/19
8+
39## v0.2.0 (November 2023)
410
511* π FIX: Skip non-columns by @rclaasen in https://github.com/sphinx-extensions2/sphinx-sqlalchemy/pull/2
Original file line number Diff line number Diff line change 22
33from typing import TYPE_CHECKING
44
5- __version__ = "0.2 .0"
5+ __version__ = "0.3 .0"
66
77if TYPE_CHECKING :
88 from sphinx .application import Sphinx
You canβt perform that action at this time.
0 commit comments