File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## v0.2.0 (November 2023)
4
10
5
11
* π 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 2
2
3
3
from typing import TYPE_CHECKING
4
4
5
- __version__ = "0.2 .0"
5
+ __version__ = "0.3 .0"
6
6
7
7
if TYPE_CHECKING :
8
8
from sphinx .application import Sphinx
You canβt perform that action at this time.
0 commit comments