X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fnews.rst;h=5f23551fb621153bcc583ce2efd1b1c7d0584e98;hb=f657c7660eaa8c9878b86c2ee2849dac6fee0ca9;hp=cc1cca06cd23ffec9804bd8be1380131bb2fc62f;hpb=71665d24bf836911ce782d7438e67a5163a2b94b;p=sqlconvert.git diff --git a/docs/news.rst b/docs/news.rst index cc1cca0..5f23551 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,34 @@ News ==== +Version 0.3.0 (2021-??-??) +-------------------------- + +* Python 3.8, Python 3.9. + +* GitHub Actions. + +* Stop testing at Travis CI. + +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) --------------------------