update changelog and version information

This commit is contained in:
Jan Dittberner 2011-05-27 13:06:37 +02:00
parent c5a0b0e22a
commit 73244c3ffa
2 changed files with 18 additions and 4 deletions

View File

@ -1,11 +1,22 @@
0.6.2 (XXXX-XX-XX)
0.7 (2011-05-27)
---------------------------
Features
******************
- compatibility with SQLAlchemy 0.7
Fixed bugs
******************
- fix compatibility issues with SQLAlchemy 0.7
0.6.1 (2011-02-11)
---------------------------
Features
******************
- implemented column adding when foreign keys are present for sqlite
- implemented columns adding with unique constraints for sqlite
- implemented adding unique and foreign key constraints to columns

View File

@ -8,6 +8,7 @@
:Maintainer: Domen Kožar <domenNO@SPAMdev.si>
:Source code: http://code.google.com/p/sqlalchemy-migrate/issues/list
:Issues: http://code.google.com/p/sqlalchemy-migrate/
:Continuous Integration: http://jenkins.gnuviech-server.de/job/sqlalchemy-migrate-all/
:Generated: |today|
:License: MIT
:Version: |release|
@ -26,12 +27,14 @@
project`_. During the hosting change the project was renamed to
SQLAlchemy Migrate.
Currently, sqlalchemy-migrate supports Python versions from 2.4 to 2.6.
SQLAlchemy Migrate 0.6.0 supports SQLAlchemy both 0.5.x and 0.6.x branches.
Currently, sqlalchemy-migrate supports Python versions from 2.4 to 2.7.
SQLAlchemy Migrate 0.7.0 supports SQLAlchemy 0.5.x, 0.6.x and 0.7.x
branches.
.. warning::
Version **0.6** breaks backward compatability, please read :ref:`changelog <backwards-06>` for more info.
Version **0.6** breaks backward compatibility, please read
:ref:`changelog <backwards-06>` for more info.
Download and Development