forked from arachnys/cabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
33 lines (24 loc) · 738 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Version 0.8.2
-------------
* Remove django-smtp-ssl dependency
* Build docker image from alpine
* Refactor docker-compose files
* Fix db_clean task failing on large results tables
* Wait for docker containers to start in docker-entrypoint.sh
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
* Automatically initialise database, assets and superuser on docker container start
Version 0.8.1
-------------
* Fix all workers running celery beat
* Update django-compressor to run on django 1.8
* Fix typo in url testcase
* Update wsgi.py to work with django 1.8
Version 0.8.0
-------------
* Upgraded to Django 1.8
Version 0.7.0
-------------
* Upgraded to Django 1.7
Version 0.6.0
-------------
* Versioning Introduced.