Skip to content

Commit 0c70a0b

Browse files
committed
- 1.14.0
1 parent 9332a0e commit 0c70a0b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

docs/build/changelog.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ Changelog
55

66
.. changelog::
77
: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.
922

1023
.. changelog::
1124
:version: 1.13.3

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
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.3"
103-
release_date = "September 23, 2024"
102+
release = "1.14.0"
103+
release_date = "November 4, 2024"
104104

105105

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

docs/build/unreleased/1560.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)