Skip to content

Commit

Permalink
chore: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jan 7, 2024
1 parent 187a7db commit 7a0c63e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 405 deletions.
10 changes: 10 additions & 0 deletions .changes/0.12.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.12.5 - 2024-01-07
### Added
* more typing to improve code readability
* Keep column description if meta.osmosis_keep_description is True
* Add identifier property support for source entity type. (#114)
* feat: load column description from db
* enable setting encoding in yaml handler via env var
### Fixed
* add sources only if available
* Get the data_type and comment of child column instead of its parent
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.12.5 - 2024-01-07
### Added
* more typing to improve code readability
* Keep column description if meta.osmosis_keep_description is True
* Add identifier property support for source entity type. (#114)
* feat: load column description from db
* enable setting encoding in yaml handler via env var
### Fixed
* add sources only if available
* Get the data_type and comment of child column instead of its parent

## 0.12.4 - 2023-09-22
### Added
* enabled more pre-commit hooks
Expand Down
325 changes: 0 additions & 325 deletions flake.lock

This file was deleted.

Loading

0 comments on commit 7a0c63e

Please sign in to comment.