Skip to content

Commit f837927

Browse files
authored
πŸš€ Release v0.3.0
1 parent c2927b2 commit f837927

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

β€Žsphinx_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.3.0"
66

77
if TYPE_CHECKING:
88
from sphinx.application import Sphinx

0 commit comments

Comments
Β (0)