From 0ff49c56d5a9088b2ed22e20211108add1f594a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Mar 2023 05:02:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4546950 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## 0.2.0 (2023-03-11) + +## v0.1.0 (2023-03-11) + +### Feat + +- add in schema.yml writer +- Construct data dict from catalog without db call +- core param parsing functionality built out + +### Fix + +- Add type parsers for catalog and docgen files +- Update custom macro logic +- Convert to nicer exception handling diff --git a/pyproject.toml b/pyproject.toml index 2256dc7..ee038a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,4 +84,4 @@ remove-unused-variables = true ignore-pass-statements = false [tool.commitizen] -version = "0.1.0" +version = "0.2.0"