File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,23 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.16.5
8
- :include_notes_from: unreleased
8
+ :released: August 27, 2025
9
+
10
+ .. change ::
11
+ :tags: bug, mysql
12
+ :tickets: 1492
13
+
14
+ Fixed Python-side autogenerate rendering of index expressions in MySQL
15
+ dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull
16
+ request courtesy david-fed.
17
+
18
+ .. change ::
19
+ :tags: bug, config
20
+ :tickets: 1709
21
+
22
+ Fixed issue where new pyproject.toml config would fail to parse the integer
23
+ value used for the ``truncate_slug_length `` parameter. Pull request
24
+ courtesy Luís Henrique Allebrandt Schunemann.
9
25
10
26
.. changelog ::
11
27
:version: 1.16.4
Original file line number Diff line number Diff line change 100
100
# The short X.Y version.
101
101
version = alembic .__version__
102
102
# The full version, including alpha/beta/rc tags.
103
- release = "1.16.4 "
104
- release_date = "July 10 , 2025"
103
+ release = "1.16.5 "
104
+ release_date = "August 27 , 2025"
105
105
106
106
107
107
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments