diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d610ac2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +### Feature +* Added alembic ([#15](https://github.com/xuan616/amundsenrds/issues/15)) ([`4509bb0`](https://github.com/xuan616/amundsenrds/commit/4509bb01877488ea5873a7debe29435142cceee5)) +* Add schema programmatic description relationship in schema model ([#10](https://github.com/xuan616/amundsenrds/issues/10)) ([`18adfe8`](https://github.com/xuan616/amundsenrds/commit/18adfe8ff350806b14e972b3ca10feab9c471f03)) +* Added backref in the relationships of tag and badge and supported dynamic loading ([#7](https://github.com/xuan616/amundsenrds/issues/7)) ([`ee5fc76`](https://github.com/xuan616/amundsenrds/commit/ee5fc768613be0170ecad051903c07c4242e757a)) +* Increase key length and add mysql collation for index key column ([#4](https://github.com/xuan616/amundsenrds/issues/4)) ([`d2d6072`](https://github.com/xuan616/amundsenrds/commit/d2d607295d80fad8cbbdcdc16cf8341c8c525b61)) + +### Fix +* Added schema programmatic description model ([#5](https://github.com/xuan616/amundsenrds/issues/5)) ([`84e2941`](https://github.com/xuan616/amundsenrds/commit/84e29414a3cff3396fde1567636a019ecc3c1d8a)) diff --git a/setup.py b/setup.py index 4051e38..eb17f74 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = '0.0.5' +__version__ = '0.1.0' requirements = [