Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Oct 1, 2020
1 parent 7c7aefd commit 0926837
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes for v0.2.1 (2020-10-01)
===============================

- connect(): Accept and ignore port kwarg

- Add numeric and decmial support (#16)

- Accept boto3 rds data client as a connection arg to engine options
(#10)

Changes for v0.2.0 (2020-01-02)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="aurora-data-api",
version="0.2.0",
version="0.2.1",
url='https://github.com/chanzuckerberg/aurora-data-api',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit 0926837

Please sign in to comment.