From 27626f98b9d5b882aa0101fc2bbbd594abb9c970 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 1 Aug 2021 01:05:49 +0000 Subject: [PATCH 1/2] New release for 0.1.0 Signed-off-by: github-actions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ From 9c9d658645b00237d3168e6e48c916f6d751d46e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 1 Aug 2021 01:05:50 +0000 Subject: [PATCH 2/2] Bumped version to 0.1.0 Signed-off-by: github-actions --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md 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))