.. changelog::
:version: 1.19.1
- :include_notes_from: unreleased
+ :released: August 8, 2026
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 1842
+
+ Fixed bug in the check constraint detection implemented in :ticket:`508`
+ that failed to take into account column bound check constraints,
+ leading to wrong autogenerate detections.
.. changelog::
:version: 1.19.0
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.19.0"
-release_date = "August 4, 2026"
+release = "1.19.1"
+release_date = "August 8, 2026"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, autogenerate
- :tickets: 1842
-
- Fixed bug in the check constraint detection implemented in :ticket:`508`
- that failed to take into account column bound check constraints,
- leading to wrong autogenerate detections.