]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.16.3 rel_1_16_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jul 2025 18:56:28 +0000 (14:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jul 2025 18:56:28 +0000 (14:56 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1633.rst [deleted file]
docs/build/unreleased/1683.rst [deleted file]
docs/build/unreleased/1686.rst [deleted file]
docs/build/unreleased/1692.rst [deleted file]

index e7b85f53b51ad140f53304fde31edf8126feb0f0..b12662d8df4c2778668d836ea5cd7dc2ac818256 100644 (file)
@@ -5,7 +5,45 @@ Changelog
 
 .. changelog::
     :version: 1.16.3
-    :include_notes_from: unreleased
+    :released: July 8, 2025
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 1633
+
+        Fixed the rendering of ``server_default=FetchedValue()`` to ensure it is
+        preceded by the ``sa.`` prefix in the migration script. Pull request
+        courtesy david-fed.
+
+    .. change::
+        :tags: usecase, commands
+        :tickets: 1683
+
+        Added new ``pyproject_async`` template, combining the new ``pyproject``
+        template with the ``async`` template.  Pull request courtesy Alc-Alc.
+
+    .. change::
+        :tags: usecase, autogenerate
+        :tickets: 1686
+
+        Add "module" post-write hook. This hook type is almost identical to the
+        console_scripts hook, except it's running ``python -m black`` instead of
+        using black's ``console_script``. It is mainly useful for tools without
+        console scripts (e.g. ruff), but has semantics closer to the
+        console_scripts hook in that it finds the ruff module available to the
+        running interpreter instead of finding an executable by path. Pull request
+        courtesy Frazer McLean.
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 1692
+
+        Fixed autogenerate rendering bug which failed to render foreign key
+        constraints local to a :class:`.CreateTableOp` object if it did not refer
+        to a ``MetaData`` collection via a private constructor argument that would
+        not ordinarily be passed in user-defined rewriter recipes, including ones
+        in the Alembic cookbook section of the docs.
+
 
 .. changelog::
     :version: 1.16.2
index d5f7342180ffb838a7b19b015ca0052f5f7639d2..3a6f49673afa1589bd4ea940d6d3793bdd0689d6 100644 (file)
@@ -100,8 +100,8 @@ copyright = "2010-2025, Mike Bayer"  # noqa
 # The short X.Y version.
 version = alembic.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.16.2"
-release_date = "June 16, 2025"
+release = "1.16.3"
+release_date = "July 8, 2025"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1633.rst b/docs/build/unreleased/1633.rst
deleted file mode 100644 (file)
index 3d38f5e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 1633
-
-    Fixed the rendering of ``server_default=FetchedValue()`` to ensure it is
-    preceded by the ``sa.`` prefix in the migration script. Pull request
-    courtesy david-fed.
diff --git a/docs/build/unreleased/1683.rst b/docs/build/unreleased/1683.rst
deleted file mode 100644 (file)
index a20a65c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: usecase, commands
-    :tickets: 1683
-
-    Added new ``pyproject_async`` template, combining the new ``pyproject``
-    template with the ``async`` template.  Pull request courtesy Alc-Alc.
diff --git a/docs/build/unreleased/1686.rst b/docs/build/unreleased/1686.rst
deleted file mode 100644 (file)
index 624c313..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.. change::
-    :tags: usecase, autogenerate
-    :tickets: 1686
-
-    Add "module" post-write hook. This hook type is almost identical to the
-    console_scripts hook, except it's running ``python -m black`` instead of
-    using black's ``console_script``. It is mainly useful for tools without
-    console scripts (e.g. ruff), but has semantics closer to the
-    console_scripts hook in that it finds the ruff module available to the
-    running interpreter instead of finding an executable by path. Pull request
-    courtesy Frazer McLean.
\ No newline at end of file
diff --git a/docs/build/unreleased/1692.rst b/docs/build/unreleased/1692.rst
deleted file mode 100644 (file)
index 96bf0c9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 1692
-
-    Fixed autogenerate rendering bug which failed to render foreign key
-    constraints local to a :class:`.CreateTableOp` object if it did not refer
-    to a ``MetaData`` collection via a private constructor argument that would
-    not ordinarily be passed in user-defined rewriter recipes, including ones
-    in the Alembic cookbook section of the docs.
-