File tree Expand file tree Collapse file tree 5 files changed +27
-24
lines changed Expand file tree Collapse file tree 5 files changed +27
-24
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,31 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.14.1
8
- :include_notes_from: unreleased
8
+ :released: January 19, 2025
9
+
10
+ .. change ::
11
+ :tags: bug, environment
12
+ :tickets: 1556
13
+
14
+ Added `tzdata ` to `tz ` extras, which is required on some platforms such as
15
+ Windows. Pull request courtesy Danipulok.
16
+
17
+ .. change ::
18
+ :tags: usecase, sqlite
19
+ :tickets: 1576
20
+
21
+ Modified SQLite's dialect to render "ALTER TABLE <t> RENAME COLUMN" when
22
+ :meth: `.Operations.alter_column ` is used with a straight rename, supporting
23
+ SQLite's recently added column rename feature.
24
+
25
+ .. change ::
26
+ :tags: bug, autogenerate
27
+ :tickets: 1585
28
+
29
+ Fixed bug where autogen render of a "variant" type would fail to catch the
30
+ variants if the leading type were a dialect-specific type, rather than a
31
+ generic type.
32
+
9
33
10
34
.. changelog ::
11
35
:version: 1.14.0
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.14.0 "
103
- release_date = "November 4, 2024 "
102
+ release = "1.14.1 "
103
+ release_date = "January 19, 2025 "
104
104
105
105
106
106
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments