Skip to content

Commit

Permalink
- 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jun 26, 2024
1 parent b8e2c35 commit c57a5b7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 34 deletions.
38 changes: 37 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,43 @@ Changelog

.. changelog::
:version: 1.13.2
:include_notes_from: unreleased
:released: June 26, 2024

.. change::
:tags: bug, commands
:tickets: 1384

Fixed bug in alembic command stdout where long messages were not properly
wrapping at the terminal width. Pull request courtesy Saif Hakim.

.. change::
:tags: usecase, autogenerate
:tickets: 1391

Improve computed column compare function to support multi-line expressions.
Pull request courtesy of Georg Wicke-Arndt.

.. change::
:tags: bug, execution
:tickets: 1394

Fixed internal issue where Alembic would call ``connection.execute()``
sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this
case will be deprecated as "empty sequence" is ambiguous as to its intent.


.. change::
:tags: bug, tests
:tickets: 1435

Fixes to support pytest 8.1 for the test suite.

.. change::
:tags: bug, autogenerate, postgresql
:tickets: 1479

Fixed the detection of serial column in autogenerate with tables
not under default schema on PostgreSQL

.. changelog::
:version: 1.13.1
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.13.1"
release_date = "December 20, 2023"
release = "1.13.2"
release_date = "June 26, 2024"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
6 changes: 0 additions & 6 deletions docs/build/unreleased/1384.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/build/unreleased/1391.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/build/unreleased/1394.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/build/unreleased/1435.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/build/unreleased/1479.rst

This file was deleted.

0 comments on commit c57a5b7

Please sign in to comment.