X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fnews.rst;h=3a49d74791565a67af3cf9c8808e5f0074f9131d;hb=17c7586f65903786148aa9beae7d2453e25941db;hp=79df2982c9ae1164629472f200903cd36192ea6f;hpb=f759666e045e7bb0a8b2ff3379b9d46c83c37c67;p=sqlconvert.git diff --git a/docs/news.rst b/docs/news.rst index 79df298..3a49d74 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,37 @@ News ==== -Version 0.2.2 (2017-06-??) +Version 0.3.1 (in development) +------------------------------ + +* Python 3.10, 3.11, 3.12. + +* CI(GHActions): Install all Python and PyPy versions from ``conda-forge``. + +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.