Skip to content

Commit c57a5b7

Browse files
committed
- 1.13.2
1 parent b8e2c35 commit c57a5b7

File tree

7 files changed

+39
-34
lines changed

7 files changed

+39
-34
lines changed

docs/build/changelog.rst

+37-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,43 @@ Changelog
55

66
.. changelog::
77
:version: 1.13.2
8-
:include_notes_from: unreleased
8+
:released: June 26, 2024
9+
10+
.. change::
11+
:tags: bug, commands
12+
:tickets: 1384
13+
14+
Fixed bug in alembic command stdout where long messages were not properly
15+
wrapping at the terminal width. Pull request courtesy Saif Hakim.
16+
17+
.. change::
18+
:tags: usecase, autogenerate
19+
:tickets: 1391
20+
21+
Improve computed column compare function to support multi-line expressions.
22+
Pull request courtesy of Georg Wicke-Arndt.
23+
24+
.. change::
25+
:tags: bug, execution
26+
:tickets: 1394
27+
28+
Fixed internal issue where Alembic would call ``connection.execute()``
29+
sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this
30+
case will be deprecated as "empty sequence" is ambiguous as to its intent.
31+
32+
33+
.. change::
34+
:tags: bug, tests
35+
:tickets: 1435
36+
37+
Fixes to support pytest 8.1 for the test suite.
38+
39+
.. change::
40+
:tags: bug, autogenerate, postgresql
41+
:tickets: 1479
42+
43+
Fixed the detection of serial column in autogenerate with tables
44+
not under default schema on PostgreSQL
945

1046
.. changelog::
1147
:version: 1.13.1

docs/build/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
# The short X.Y version.
100100
version = alembic.__version__
101101
# The full version, including alpha/beta/rc tags.
102-
release = "1.13.1"
103-
release_date = "December 20, 2023"
102+
release = "1.13.2"
103+
release_date = "June 26, 2024"
104104

105105

106106
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/1384.rst

-6
This file was deleted.

docs/build/unreleased/1391.rst

-6
This file was deleted.

docs/build/unreleased/1394.rst

-8
This file was deleted.

docs/build/unreleased/1435.rst

-5
This file was deleted.

docs/build/unreleased/1479.rst

-6
This file was deleted.

0 commit comments

Comments
 (0)