From 7ad9ae01db74182a4eda065a615cc7fe1c4bcd44 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 25 Dec 2021 16:00:39 -0800 Subject: [PATCH] v0.3.0 --- Changes.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index 0768e02..305d383 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,14 @@ +Changes for v0.3.0 (2021-12-25) +=============================== + +- Added pgsql error codes (#38) + +- Support json column types (#28) + +- Support the continueAfterTimeout parameter (#30) + +- Handle UUID type hint (#32) + Changes for v0.2.7 (2020-12-12) =============================== diff --git a/setup.py b/setup.py index 9fa2160..d2670e4 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="aurora-data-api", - version="0.2.7", + version="0.3.0", url='https://github.com/chanzuckerberg/aurora-data-api', license='Apache Software License', author='Andrey Kislyuk',