Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2023
1 parent 56de066 commit 0ff49c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ remove-unused-variables = true
ignore-pass-statements = false

[tool.commitizen]
version = "0.1.0"
version = "0.2.0"

0 comments on commit 0ff49c5

Please sign in to comment.