X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fnews.rst;h=d4ec87980bb77cfde6a028c0fe7dd599735ac0a7;hb=d25875c2c3837f98b1acb28dc764c3402d183bdb;hp=cde3fe832b74166d31c68b97527e458744347899;hpb=c0e8c29a684611e96eac467b852002c7fb3c66fd;p=sqlconvert.git diff --git a/docs/news.rst b/docs/news.rst index cde3fe8..d4ec879 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,50 @@ News ==== +Version 0.3.0 (2021-09-24) +-------------------------- + +* Python 3.8, Python 3.9. + +* GitHub Actions. + +* Stop testing at Travis CI. + +* Stop testing at AppVeyor. + +Version 0.2.3 (2019-02-01) +-------------------------- + +* Python 3.7. + +* Use remove-old-files.py from ppu to cleanup pip cache + at Travis and AppVeyor. + +* Install psycopg2 from `psycopg2-binary`_ package. + +.. _`psycopg2-binary`: https://pypi.org/project/psycopg2-binary/ + +Version 0.2.2 (2017-06-10) +-------------------------- + +* Use tox instead of tests/Makefile. + +* Test at Travis and AppVeyor with Postgres. + +Version 0.2.1 (2017-05-01) +-------------------------- + +* Convert README to reST. + +Version 0.2.0 (2017-04-30) +-------------------------- + +* Python 3.5, 3.6. + +* Test at Travis and AppVeyor. + +* Use Portable Python Utilities. + Version 0.1.2 (2017-04-27) --------------------------