Skip to content

Commit

Permalink
chore: bump version, update changelog, remove pydantic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Mar 28, 2024
1 parent 1c16714 commit d7e09e7
Show file tree
Hide file tree
Showing 5 changed files with 1,901 additions and 1,799 deletions.
7 changes: 7 additions & 0 deletions .changes/0.12.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.12.7 - 2024-03-28
### Added
* Add a --use-unrendered-descriptions flag which allows doc block propagation
### Removed
* drop pydantic dependency
### Fixed
* fix a race condition during project restructure causing keyerrors
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.12.7 - 2024-03-28
### Added
* Add a --use-unrendered-descriptions flag which allows doc block propagation
### Removed
* drop pydantic dependency
### Fixed
* fix a race condition during project restructure causing keyerrors

## 0.12.6 - 2024-01-17
### Added
* Read column metadata from catalog even if source is specified
Expand Down
Loading

0 comments on commit d7e09e7

Please sign in to comment.