Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

67 lines (40 loc) · 1.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.4.1 - 2024-01-09

  • Ensure setuptools is installed as a dependency for Python 3.12+ support

0.4.0 - 2023-09-13

  • In .env.py, remove .db from app.extensions["sqlalchemy"] to work with Flask-SQLAlchemy 3.1+

0.3.2 - 2021-06-03

Changed

  • Remove $ in template placeholders to avoid certain code editor errors

0.3.1 - 2021-03-01

Fixed

  • alembic.ini.new now gets its script_location replaced if alembic.ini existed

0.3.0 - 2020-11-27

Removed

  • --no-with-testdb option for flask db reset since that is the behavior when --with-testdb is omit

0.2.0 - 2020-11-20

Added

  • flask db init to generate Alembic config files and a seeds.py file
  • flask db migrate which forwards all commands straight to the alembic CLI

Changed

  • flask db init in its original form has been replaced with flask db reset
  • flask db seed will fail with a helpful error if seeds.py cannot be found

0.1.1 - 2020-11-19

Fixed

  • A flake8 malfunction that caused a syntax error in the example seeds.py file

0.1.0 - 2020-11-19

Added

  • Everything!