Skip to content

Commit

Permalink
- 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jan 19, 2025
1 parent e1887a8 commit ef5a3c4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 24 deletions.
26 changes: 25 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,31 @@ Changelog

.. changelog::
:version: 1.14.1
:include_notes_from: unreleased
:released: January 19, 2025

.. change::
:tags: bug, environment
:tickets: 1556

Added `tzdata` to `tz` extras, which is required on some platforms such as
Windows. Pull request courtesy Danipulok.

.. change::
:tags: usecase, sqlite
:tickets: 1576

Modified SQLite's dialect to render "ALTER TABLE <t> RENAME COLUMN" when
:meth:`.Operations.alter_column` is used with a straight rename, supporting
SQLite's recently added column rename feature.

.. change::
:tags: bug, autogenerate
:tickets: 1585

Fixed bug where autogen render of a "variant" type would fail to catch the
variants if the leading type were a dialect-specific type, rather than a
generic type.


.. changelog::
:version: 1.14.0
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.14.0"
release_date = "November 4, 2024"
release = "1.14.1"
release_date = "January 19, 2025"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
6 changes: 0 additions & 6 deletions docs/build/unreleased/1556.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/build/unreleased/1576.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/build/unreleased/1585.rst

This file was deleted.

0 comments on commit ef5a3c4

Please sign in to comment.