File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,20 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.14.0
8
- :include_notes_from: unreleased
8
+ :released: November 4, 2024
9
+
10
+ .. change ::
11
+ :tags: usecase, runtime
12
+ :tickets: 1560
13
+
14
+ Added a new hook to the :class: `.DefaultImpl `
15
+ :meth: `.DefaultImpl.version_table_impl `. This allows third party dialects
16
+ to define the exact structure of the alembic_version table, to include use
17
+ cases where the table requires special directives and/or additional columns
18
+ so that it may function correctly on a particular backend. This is not
19
+ intended as a user-expansion hook, only a dialect implementation hook to
20
+ produce a working alembic_version table. Pull request courtesy Maciek
21
+ Bryński.
9
22
10
23
.. changelog ::
11
24
:version: 1.13.3
Original file line number Diff line number Diff line change 99
99
# The short X.Y version.
100
100
version = alembic .__version__
101
101
# The full version, including alpha/beta/rc tags.
102
- release = "1.13.3 "
103
- release_date = "September 23 , 2024"
102
+ release = "1.14.0 "
103
+ release_date = "November 4 , 2024"
104
104
105
105
106
106
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments