X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fnews.rst;h=4f15f881068ac5c3dbc9958a92a77793c3043e1b;hb=ef4ecd3c4073a35ec0d0233ba7c03e66156a3bed;hp=72203a61c7885c23b5e3cda590692e3b786414e1;hpb=0de3e04c1c3c8e824d799a7ba219ec50a3fccb64;p=sqlconvert.git diff --git a/docs/news.rst b/docs/news.rst index 72203a6..4f15f88 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,9 +1,41 @@ News ==== -Version 0.2.2 (2017-06-??) +Version 0.3.1 (in development) +------------------------------ + +* Python 3.11. + +* 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. + * Test at Travis and AppVeyor with Postgres. Version 0.2.1 (2017-05-01)