Changelog
*Sourced from [flask-migrate's changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md).*
> # Flask-Migrate Change Log
>
> **Release 2.5.2** - 2019-05-25
>
> - add python 3.7 builds, remove 3.4 ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b))
> - auto-generate change log during release ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/250a3110ad84ba331ffc7cb871e5a12fddc55f2d))
> - Nicer change log ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/829edefe09dff82b6c91203dd0f5b5795bf9c8d1))
>
> **Release 2.5.1** - 2019-05-20
>
> - Fix `__version__` file not found in sdist [#267](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/267) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/8ba8d7dca6cb233280d4644fc8d81cbba123a5ad)) (thanks **Christoph Gohlke**!)
>
> **Release 2.5.0** - 2019-05-19
>
> - helper release script ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fb041b9b9221e7125e5ee27dd9eb7514cf143181))
> - support % character in database URLs [#59](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/59) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/4663819b416dfb5a450fe948e84111af3712078d))
> - log command output in unit tests ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/506f3541c04dd0b2c020dbafc60a93fb541ca324))
> - add a section on why use this extension to the docs [#101](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/101) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/5467b295f7912d195333482325052eae81d30f7a))
>
> **Release 2.4.0** - 2019-02-16
>
> - updates to env.py ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/2a1ae1b9aa62c246fca2b2f1566284de8d4b940b))
> - Link to binds is unreachable [#244](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/244) The original link redirects to flask-sqlalchemy.pocoo.org Addressing it directly works and redirects to the latest version of flask-sqlalchemy ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/eb2ab8f797a179d807b6560947f4498bb543def0)) (thanks **FaBrand**!)
>
> **Release 2.3.1** - 2018-11-28
>
> - Don't swallow transaction errors [#236](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/236) A change proposed by [@kjohnsen](https://github.com/kjohnsen) from [#216](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/216). You can read more starting with [this comment](https://github-redirect.dependabot.com/miguelgrinberg/Flask-Migrate/issues/216#issuecomment-408159125). ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/87b40ec9b2113ab87f1dc41c4eb517e8ff0f5dd8)) (thanks **Nikolay Shebanov**!)
>
> **Release 2.3.0** - 2018-10-05
>
> - use the root logger for alembic error messages ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fa3b45ea6ecd16f436bbdee210745335128bf514))
> - Add indicate-current option into history command [#192](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/192) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1fa1936375bf609e9dab401e26f46f715f5b272b)) (thanks **misebox**!)
>
> **Release 2.2.1** - 2018-06-18
>
> - dependency updates ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/5d61c191d7d8853f81e4fe71609b5ae315604c52))
> - add pypy3 to test matrix ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1cc819e9f2a17435429c16531043d0a874f76288))
>
> **Release 2.2.0** - 2018-06-13
>
> - suppress stack traces on command errors [#204](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/204) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/2dd45d0037cb62bc7a8a981f0de70071b891a2ff))
> - Fix typo in docs [#207](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/207) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/817893fe16eb5361469af671c52d8276b69efeab)) (thanks **Grey Li**!)
> - Update documentation link [#206](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/206) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/98374a6ac1006fe37ef6f09674ebaa094214ff3e)) (thanks **Grey Li**!)
> - [#182](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/182): clear executable permission [#183](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/183) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/ee0b47ede1e88340c390fca9d0c27a9c8a7e3a9c)) (thanks **Christopher Yeleighton**!)
>
> **Release 2.1.1** - 2017-08-28
>
> - Make directory as optional parameter ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/7e6f511b050a023c9388868b97d7905b7571c16f)) (thanks **Diego Oliveira**!)
> - Update CHANGELOG.md ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/dcffe1e91f9f5cfc29c5cf5f285ef9a4169113bb))
> - updated README.md to use flask cli in examples ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/349826ef53f607fd5e866919f40b16315a2127cc))
> ... (truncated)
Commits
- [`2e7571e`](https://github.com/miguelgrinberg/Flask-Migrate/commit/2e7571ea77f2f4dab8c1ec369b1c5db9f7f200d5) Release 2.5.2
- [`1af28ba`](https://github.com/miguelgrinberg/Flask-Migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) add python 3.7 builds, remove 3.4
- [`250a311`](https://github.com/miguelgrinberg/Flask-Migrate/commit/250a3110ad84ba331ffc7cb871e5a12fddc55f2d) auto-generate change log during release
- [`829edef`](https://github.com/miguelgrinberg/Flask-Migrate/commit/829edefe09dff82b6c91203dd0f5b5795bf9c8d1) Nicer change log
- [`0939672`](https://github.com/miguelgrinberg/Flask-Migrate/commit/0939672f8d466a5a4fd6b20125061f9e1a68941d) Version 2.5.2dev
- See full diff in [compare view](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.1...v2.5.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps flask-migrate from 2.5.1 to 2.5.2.
Changelog
*Sourced from [flask-migrate's changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md).* > # Flask-Migrate Change Log > > **Release 2.5.2** - 2019-05-25 > > - add python 3.7 builds, remove 3.4 ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)) > - auto-generate change log during release ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/250a3110ad84ba331ffc7cb871e5a12fddc55f2d)) > - Nicer change log ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/829edefe09dff82b6c91203dd0f5b5795bf9c8d1)) > > **Release 2.5.1** - 2019-05-20 > > - Fix `__version__` file not found in sdist [#267](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/267) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/8ba8d7dca6cb233280d4644fc8d81cbba123a5ad)) (thanks **Christoph Gohlke**!) > > **Release 2.5.0** - 2019-05-19 > > - helper release script ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fb041b9b9221e7125e5ee27dd9eb7514cf143181)) > - support % character in database URLs [#59](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/59) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/4663819b416dfb5a450fe948e84111af3712078d)) > - log command output in unit tests ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/506f3541c04dd0b2c020dbafc60a93fb541ca324)) > - add a section on why use this extension to the docs [#101](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/101) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/5467b295f7912d195333482325052eae81d30f7a)) > > **Release 2.4.0** - 2019-02-16 > > - updates to env.py ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/2a1ae1b9aa62c246fca2b2f1566284de8d4b940b)) > - Link to binds is unreachable [#244](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/244) The original link redirects to flask-sqlalchemy.pocoo.org Addressing it directly works and redirects to the latest version of flask-sqlalchemy ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/eb2ab8f797a179d807b6560947f4498bb543def0)) (thanks **FaBrand**!) > > **Release 2.3.1** - 2018-11-28 > > - Don't swallow transaction errors [#236](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/236) A change proposed by [@kjohnsen](https://github.com/kjohnsen) from [#216](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/216). You can read more starting with [this comment](https://github-redirect.dependabot.com/miguelgrinberg/Flask-Migrate/issues/216#issuecomment-408159125). ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/87b40ec9b2113ab87f1dc41c4eb517e8ff0f5dd8)) (thanks **Nikolay Shebanov**!) > > **Release 2.3.0** - 2018-10-05 > > - use the root logger for alembic error messages ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/fa3b45ea6ecd16f436bbdee210745335128bf514)) > - Add indicate-current option into history command [#192](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/192) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1fa1936375bf609e9dab401e26f46f715f5b272b)) (thanks **misebox**!) > > **Release 2.2.1** - 2018-06-18 > > - dependency updates ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/5d61c191d7d8853f81e4fe71609b5ae315604c52)) > - add pypy3 to test matrix ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/1cc819e9f2a17435429c16531043d0a874f76288)) > > **Release 2.2.0** - 2018-06-13 > > - suppress stack traces on command errors [#204](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/204) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/2dd45d0037cb62bc7a8a981f0de70071b891a2ff)) > - Fix typo in docs [#207](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/207) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/817893fe16eb5361469af671c52d8276b69efeab)) (thanks **Grey Li**!) > - Update documentation link [#206](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/206) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/98374a6ac1006fe37ef6f09674ebaa094214ff3e)) (thanks **Grey Li**!) > - [#182](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/182): clear executable permission [#183](https://github-redirect.dependabot.com/miguelgrinberg/flask-migrate/issues/183) ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/ee0b47ede1e88340c390fca9d0c27a9c8a7e3a9c)) (thanks **Christopher Yeleighton**!) > > **Release 2.1.1** - 2017-08-28 > > - Make directory as optional parameter ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/7e6f511b050a023c9388868b97d7905b7571c16f)) (thanks **Diego Oliveira**!) > - Update CHANGELOG.md ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/dcffe1e91f9f5cfc29c5cf5f285ef9a4169113bb)) > - updated README.md to use flask cli in examples ([commit](https://github.com/miguelgrinberg/flask-migrate/commit/349826ef53f607fd5e866919f40b16315a2127cc)) > ... (truncated)Commits
- [`2e7571e`](https://github.com/miguelgrinberg/Flask-Migrate/commit/2e7571ea77f2f4dab8c1ec369b1c5db9f7f200d5) Release 2.5.2 - [`1af28ba`](https://github.com/miguelgrinberg/Flask-Migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) add python 3.7 builds, remove 3.4 - [`250a311`](https://github.com/miguelgrinberg/Flask-Migrate/commit/250a3110ad84ba331ffc7cb871e5a12fddc55f2d) auto-generate change log during release - [`829edef`](https://github.com/miguelgrinberg/Flask-Migrate/commit/829edefe09dff82b6c91203dd0f5b5795bf9c8d1) Nicer change log - [`0939672`](https://github.com/miguelgrinberg/Flask-Migrate/commit/0939672f8d466a5a4fd6b20125061f9e1a68941d) Version 2.5.2dev - See full diff in [compare view](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.1...v2.5.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.