Releases: peopledoc/septentrion
Releases · peopledoc/septentrion
0.6.2
- Fix bug with integer-based settings, like port numbers (#84)
Release 0.6.1
- Fix
build_migration_plan
call in lib
Release 0.6.0
- Disregard migrations older than the schema #81
Release 0.5.1
- Pass psql configuration by environment #77
- Readme install instructions #76
Release 0.5.0
You get to decide what flavor of psycopg2 you prefer. Install either with
$ pip install septentrion[psycopg2_binary]
or
$ pip install septentrion[psycopg2]
Release 0.4.1
- Explicitly import psycopg2.errors for old psycopg2 versions #74
Release 0.4.0
- Use psql to run migrations #73
Release 0.3.0
- Customize columns, drop callback, create table is optional #70
- Remove double space #69
- Add features to library #68
Release 0.2.1
- Fix a crash occurring when there is no configuration file (#59 / #67)
Release 0.2.0
- Extend septentrion lib module #66
- Fix version display in CLI #65
- Add @nadege as codeowner #63
- Septentrion as lib #61
- Add some tests for db and core modules #62
- Fix release script #58