1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Release 1.0.7

This commit is contained in:
secwall 2022-02-02 09:22:56 +03:00 committed by secwall
parent d33123c656
commit 594fa257e3
2 changed files with 5 additions and 1 deletions

View File

@ -45,6 +45,10 @@ Complete manual is [here](doc/tutorial.md).
## Release history
* 1.0.7 (2022-02-02)
* Skip unnecessary schema creation on init
* Add file path to statement apply error log
* Add version gaps check
* 1.0.6 (2020-10-29)
* Make dsn manipulations more robust
* Fix empty values-related bugs in config and args parsing

View File

@ -41,7 +41,7 @@ if sys.version_info < (3, 0):
setup(
name='yandex-pgmigrate',
version='1.0.6',
version='1.0.7',
description='PostgreSQL migrations made easy',
license='PostgreSQL License',
url='https://github.com/yandex/pgmigrate/',